Config angepasst, relese Bat für Notebook

This commit is contained in:
Hilmer, Carsten
2016-09-26 11:33:47 +02:00
parent 890079f133
commit 44db235b7d
6 changed files with 18 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ appControllers.controller('pokemonListCtrl', function ($scope, $stateParams,$ion
//Standard orderby filter
$scope.propertyName = 'pokemonname';
$scope.reverse = true;
$scope.reverse = false;
}, 1000);// End loading progress.