Detailsseite angepasst, Liste angepasst, Liste klickbar gemacht

This commit is contained in:
Hilmer, Carsten
2016-09-09 13:37:20 +02:00
parent 4ac611f7f3
commit 4f254274ef
9 changed files with 70 additions and 39 deletions

View File

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