Skip to content

Commit

Permalink
Translator refactor + New Loved One title (#72)
Browse files Browse the repository at this point in the history
* package.json ionic updates

* Translator changes, title in NewLovedonePage

* Translate service refactor fixes

* Removed www/mock-api - unused

* Removed temporary NewLovedone page menu test link
  • Loading branch information
th0rgall authored and oxnoctisxo committed Aug 20, 2017
1 parent c2656f3 commit 72461cb
Show file tree
Hide file tree
Showing 20 changed files with 361 additions and 624 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
<plugin name="cordova-plugin-file-transfer" spec="^1.6.3" />
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-file-transfer" spec="^1.6.3" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-dialogs" spec="^1.3.3" />
<plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" />
Expand Down
5 changes: 4 additions & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "prisma-frontend",
"app_id": "e0fc6bde",
"type": "ionic-angular"
"type": "ionic-angular",
"integrations": {
"cordova": {}
}
}
Loading

0 comments on commit 72461cb

Please sign in to comment.