Datenbank Fundorte und Texte erfasst, Detailseite verfeinert

This commit is contained in:
Hilmer, Carsten
2016-09-08 16:32:10 +02:00
parent 55f544dd14
commit 4ac611f7f3
7 changed files with 159 additions and 50 deletions

View File

@@ -87,13 +87,13 @@ appControllers.controller('imageDownloadCtrl', function ($scope, $stateParams, $
console.log('Error. ' + error.code + ' ' + error.constant);
}, function (progress) {
//downloadprogress=(progress.loaded / progress.total) * 100;
$scope.progressprozent = Math.round(pokedexid / 721 * 100);
$scope.progressprozent = Math.round(pokedexid / 152 * 100);
$scope.progressval = pokedexid;
$scope.currentfile=filename; //+ downloadprogress;
});
console.log(pokedexid);
if (pokedexid<721){
if (pokedexid<152){
downloadtimer();
}
else{