Style-Fehler behoben

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

View File

@ -42,8 +42,8 @@
<file leaf-file-name="InAppBrowser.java" pinned="false" current-in-tab="true"> <file leaf-file-name="InAppBrowser.java" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/src/org/apache/cordova/inappbrowser/InAppBrowser.java"> <entry file="file://$PROJECT_DIR$/src/org/apache/cordova/inappbrowser/InAppBrowser.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.3887195"> <state vertical-scroll-proportion="0.28506097">
<caret line="15" column="62" selection-start-line="15" selection-start-column="62" selection-end-line="15" selection-end-column="62" /> <caret line="11" column="65" selection-start-line="11" selection-start-column="65" selection-end-line="11" selection-end-column="65" />
<folding /> <folding />
</state> </state>
</provider> </provider>
@ -1231,7 +1231,7 @@
</option> </option>
<option name="modificationStamps"> <option name="modificationStamps">
<map> <map>
<entry key="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android" value="5818468093647" /> <entry key="C:\Ionic\Ionic\git2\wolle-rosen-kaufen\platforms\android" value="5818472615662" />
</map> </map>
</option> </option>
<option name="projectBuildClasspath"> <option name="projectBuildClasspath">
@ -1871,8 +1871,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/src/org/apache/cordova/inappbrowser/InAppBrowser.java"> <entry file="file://$PROJECT_DIR$/src/org/apache/cordova/inappbrowser/InAppBrowser.java">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.3887195"> <state vertical-scroll-proportion="0.28506097">
<caret line="15" column="62" selection-start-line="15" selection-start-column="62" selection-end-line="15" selection-end-column="62" /> <caret line="11" column="65" selection-start-line="11" selection-start-column="65" selection-end-line="11" selection-end-column="65" />
<folding /> <folding />
</state> </state>
</provider> </provider>

View File

@ -208,14 +208,16 @@ $scope.show = function() {
} }
$scope.showrosen = true;
$scope.showrosen = true; $timeout(function(){$scope.showrosen = true;}, 400);
$timeout(function(){ }
$scope.showrosen = true;
}, 400);
$scope.$on( "$ionicView.enter", function( scopes, states ) {
$timeout(getProducts, 1000);
});
}
function errorProducts (result) { function errorProducts (result) {
/* /*
@ -230,7 +232,7 @@ $scope.show = function() {
} }
$timeout(getProducts, 2000);
/* /*
* Produkt-Details abrufen ENDE * Produkt-Details abrufen ENDE
*/ */

View File

@ -59,7 +59,7 @@
</button> </button>
</div> </div>
<div class="list card"> <div>
<div class="item item-divider oleo">Rosen jetzt kaufen?</div> <div class="item item-divider oleo">Rosen jetzt kaufen?</div>
<div class="row"> <div class="row">
@ -74,6 +74,5 @@
</div> </div>
</div> </div>
</div>
</ion-content> </ion-content>
</ion-view> </ion-view>

View File

@ -208,14 +208,16 @@ $scope.show = function() {
} }
$scope.showrosen = true;
$scope.showrosen = true; $timeout(function(){$scope.showrosen = true;}, 400);
$timeout(function(){ }
$scope.showrosen = true;
}, 400);
$scope.$on( "$ionicView.enter", function( scopes, states ) {
$timeout(getProducts, 1000);
});
}
function errorProducts (result) { function errorProducts (result) {
/* /*
@ -230,7 +232,7 @@ $scope.show = function() {
} }
$timeout(getProducts, 2000);
/* /*
* Produkt-Details abrufen ENDE * Produkt-Details abrufen ENDE
*/ */

View File

@ -59,7 +59,7 @@
</button> </button>
</div> </div>
<div class="list card"> <div>
<div class="item item-divider oleo">Rosen jetzt kaufen?</div> <div class="item item-divider oleo">Rosen jetzt kaufen?</div>
<div class="row"> <div class="row">
@ -74,6 +74,5 @@
</div> </div>
</div> </div>
</div>
</ion-content> </ion-content>
</ion-view> </ion-view>

View File

@ -208,14 +208,16 @@ $scope.show = function() {
} }
$scope.showrosen = true;
$scope.showrosen = true; $timeout(function(){$scope.showrosen = true;}, 400);
$timeout(function(){ }
$scope.showrosen = true;
}, 400);
$scope.$on( "$ionicView.enter", function( scopes, states ) {
$timeout(getProducts, 1000);
});
}
function errorProducts (result) { function errorProducts (result) {
/* /*
@ -230,7 +232,7 @@ $scope.show = function() {
} }
$timeout(getProducts, 2000);
/* /*
* Produkt-Details abrufen ENDE * Produkt-Details abrufen ENDE
*/ */

View File

@ -59,7 +59,7 @@
</button> </button>
</div> </div>
<div class="list card"> <div>
<div class="item item-divider oleo">Rosen jetzt kaufen?</div> <div class="item item-divider oleo">Rosen jetzt kaufen?</div>
<div class="row"> <div class="row">
@ -74,6 +74,5 @@
</div> </div>
</div> </div>
</div>
</ion-content> </ion-content>
</ion-view> </ion-view>

View File

@ -18,7 +18,7 @@ document.getElementById(id+'Link').style.display = 'none';
<body> <body>
<h1>Lint Report</h1> <h1>Lint Report</h1>
<div class="titleSeparator"></div> <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/> 6 errors and 0 warnings found:<br/><br/>
<table class="overview"> <table class="overview">
<tr><td></td><td class="categoryColumn"><a href="#Correctness">Correctness</a> <tr><td></td><td class="categoryColumn"><a href="#Correctness">Correctness</a>

View File

@ -7,5 +7,5 @@
# Location of the SDK. This is only used by Gradle. # Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the # For customization when using a Version Control System, please read the
# header note. # header note.
#Thu Feb 04 21:43:58 CET 2016 #Thu Feb 04 22:23:56 CET 2016
sdk.dir=C\:\\Program Files (x86)\\Android\\android-sdk sdk.dir=C\:\\Program Files (x86)\\Android\\android-sdk

View File

@ -208,14 +208,16 @@ $scope.show = function() {
} }
$scope.showrosen = true;
$scope.showrosen = true; $timeout(function(){$scope.showrosen = true;}, 400);
$timeout(function(){ }
$scope.showrosen = true;
}, 400);
$scope.$on( "$ionicView.enter", function( scopes, states ) {
$timeout(getProducts, 1000);
});
}
function errorProducts (result) { function errorProducts (result) {
/* /*
@ -230,7 +232,7 @@ $scope.show = function() {
} }
$timeout(getProducts, 2000);
/* /*
* Produkt-Details abrufen ENDE * Produkt-Details abrufen ENDE
*/ */