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

View File

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

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

View File

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

View File

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