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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,7 +18,7 @@ document.getElementById(id+'Link').style.display = 'none';
|
||||
<body>
|
||||
<h1>Lint Report</h1>
|
||||
<div class="titleSeparator"></div>
|
||||
Check performed at Thu Feb 04 21:44:26 CET 2016.<br/>
|
||||
Check performed at Thu Feb 04 22:24:30 CET 2016.<br/>
|
||||
6 errors and 0 warnings found:<br/><br/>
|
||||
<table class="overview">
|
||||
<tr><td></td><td class="categoryColumn"><a href="#Correctness">Correctness</a>
|
||||
|
||||
Reference in New Issue
Block a user