diff --git a/www/js/app.js b/www/js/app.js index 05458c3..aaf53ad 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -355,8 +355,7 @@ angular.module('starter', ['ionic','ngIOS9UIWebViewPatch','starter.controllers', .state('app.pokemondetail', { url: "/pokemondetail", params: { - contractdetail: null, - actionDelete: false + pokemondetail: null }, views: { 'menuContent': { diff --git a/www/pokedex.db b/www/pokedex.db index e15da0f..1846d0f 100644 Binary files a/www/pokedex.db and b/www/pokedex.db differ diff --git a/www/templates/pokemonliste/html/pokemon-detail.html b/www/templates/pokemonliste/html/pokemon-detail.html index bad3d6e..7cf7958 100644 --- a/www/templates/pokemonliste/html/pokemon-detail.html +++ b/www/templates/pokemonliste/html/pokemon-detail.html @@ -13,49 +13,147 @@ - -
- - - - - - - - - - - - - - - - - - - - - - - - - - + + +
- - - {{(contract.isEnable == true ? 'Enable' : 'Disabled' ) }} Contract - +
+ +

{{pokemon.pokemonname}}

+

Pokedex-Id: {{ pokemon.pokedexidString }}

+
- +
+ +

+ Richtig geiles Pokemon. +

+
+ +
+ + +
+
+ Beschreibung +
+
+ This is a basic Card with some text. +
+
+ + +
+
+ Typ +
+
+
+
+
+ PokemonTyp + {{ pokemon.pokemontypaString }} +
+
+
+
+ PokemonTyp + {{ pokemon.pokemontypbString }} +
+
+
+
+
+ +
+
+ Schwächen +
+
+ +
+
+
+ PokemonTyp + {{ pokemon.pokemonweakaString }} +
+
+
+
+ PokemonTyp + {{ pokemon.pokemonweakbString }} +
+
+
+ +
+
+
+ PokemonTyp + {{ pokemon.pokemonweakcString }} +
+
+
+
+ PokemonTyp + {{ pokemon.pokemonweakdString }} +
+
+
+ +
+
+
+ PokemonTyp + {{ pokemon.pokemonweakeString }} +
+
+
+
+ PokemonTyp + {{ pokemon.pokemonweakfString }} +
+
+
+ +
+
+
+ PokemonTyp + {{ pokemon.pokemonweakgString }} +
+
+
+ +
+
+ +
+
+ Basiswerte +
+
+ This is a basic Card with some text. +
+
+ +
+
+ Evolution +
+
+ {{ pokemon.pokemonentwa }} +
+
+ +
- +