Datenbank Fundorte und Texte erfasst, Detailseite verfeinert
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user