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
|
||||
*/
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="list card">
|
||||
<div>
|
||||
<div class="item item-divider oleo">Rosen jetzt kaufen?</div>
|
||||
|
||||
<div class="row">
|
||||
@@ -74,6 +74,5 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
||||
Reference in New Issue
Block a user