Style-Fehler behoben

This commit is contained in:
2016-02-04 22:30:28 +01:00
parent 28234a29b2
commit 506490a469
21 changed files with 46 additions and 41 deletions

View File

@@ -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
*/