Style-Fehler behoben
This commit is contained in:
@@ -208,14 +208,16 @@ $scope.show = function() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
$scope.showrosen = true;
|
||||
$timeout(function(){
|
||||
$scope.showrosen = true;
|
||||
}, 400);
|
||||
$scope.showrosen = true;
|
||||
$timeout(function(){$scope.showrosen = true;}, 400);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
$scope.$on( "$ionicView.enter", function( scopes, states ) {
|
||||
$timeout(getProducts, 1000);
|
||||
});
|
||||
|
||||
|
||||
|
||||
function errorProducts (result) {
|
||||
/*
|
||||
@@ -230,7 +232,7 @@ $scope.show = function() {
|
||||
}
|
||||
|
||||
|
||||
$timeout(getProducts, 2000);
|
||||
|
||||
/*
|
||||
* Produkt-Details abrufen ENDE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user