diff --git a/www/css/custom_style.css b/www/css/custom_style.css index 3cee560..bebbffe 100644 --- a/www/css/custom_style.css +++ b/www/css/custom_style.css @@ -6,6 +6,10 @@ md-input-container { width: 50%; } +.Width95 { + width: 95%; +} + .itemfontsize{ font-size: 14px; } @@ -118,7 +122,7 @@ md-input-container { background-color: #705848; } /* Typ Stahl */ -.pokemontyp18{ +.pokemontyp17{ background-color: #B8B8D0; } /* Typ Flug */ diff --git a/www/js/app.js b/www/js/app.js index aaf53ad..7ea921e 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -341,7 +341,7 @@ angular.module('starter', ['ionic','ngIOS9UIWebViewPatch','starter.controllers', }) .state('app.pokemonlist', { url: "/pokemonlist", - cache: false, + cache: true, params:{ isAnimated:(ionic.Platform.isAndroid()==false) }, @@ -354,6 +354,7 @@ angular.module('starter', ['ionic','ngIOS9UIWebViewPatch','starter.controllers', }) .state('app.pokemondetail', { url: "/pokemondetail", + cache: false, params: { pokemondetail: null }, diff --git a/www/pokedex.db b/www/pokedex.db index d895d74..efcc986 100644 Binary files a/www/pokedex.db and b/www/pokedex.db differ diff --git a/www/templates/imagedownload/html/imagedownload.html b/www/templates/imagedownload/html/imagedownload.html index 9dda734..b9ce679 100644 --- a/www/templates/imagedownload/html/imagedownload.html +++ b/www/templates/imagedownload/html/imagedownload.html @@ -16,7 +16,7 @@ - +
diff --git a/www/templates/imagedownload/js/controllers.js b/www/templates/imagedownload/js/controllers.js index 47819d5..316fee6 100644 --- a/www/templates/imagedownload/js/controllers.js +++ b/www/templates/imagedownload/js/controllers.js @@ -15,7 +15,7 @@ // Controller of Contract List Page. appControllers.controller('imageDownloadCtrl', function ($scope, $stateParams, $mdBottomSheet, $timeout, $mdDialog, $cordovaFileTransfer, $cordovaFile, $state, pokedexDB) { - $scope.progressval = 0; + $scope.progressval = 0; $scope.currentfile = ''; $scope.progressprozent = 0; $scope.DownloadisVisible=true; diff --git a/www/templates/pokemonliste/html/pokemon-detail.html b/www/templates/pokemonliste/html/pokemon-detail.html index 0954e20..ffef44f 100644 --- a/www/templates/pokemonliste/html/pokemon-detail.html +++ b/www/templates/pokemonliste/html/pokemon-detail.html @@ -48,20 +48,20 @@
{{ pokemonentwicklung.pokemonpokedexid }} Bonbons
Pokedex-ID: {{ pokemonentwicklung.pokemonpokedexid }}