Detailsseite angepasst, Liste angepasst, Liste klickbar gemacht
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user