Skip to content
Snippets Groups Projects
Commit 6cef961f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

release 0.1.26

parent 558c7af3
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
xmlns="http://www.w3.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:cdv="http://cordova.apache.org/ns/1.0"
id="fr.duniter.cesium" id="fr.duniter.cesium"
version="0.1.25" version="0.1.26"
android-versionCode="12" android-versionCode="13"
> >
<name>Cesium</name> <name>Cesium</name>
<description> <description>
......
{ {
"name": "cesium", "name": "cesium",
"version": "0.1.25", "version": "0.1.26",
"description": "A webapp client for Duniter network", "description": "A webapp client for Duniter network",
"dependencies": { "dependencies": {
"delete-empty": "^0.1.3", "delete-empty": "^0.1.3",
......
...@@ -110,8 +110,7 @@ angular.module('cesium', ['ionic', 'ionic-material', 'ngMessages', 'ngAnimate', ...@@ -110,8 +110,7 @@ angular.module('cesium', ['ionic', 'ionic-material', 'ngMessages', 'ngAnimate',
//.useSanitizeValueStrategy('sanitize') //.useSanitizeValueStrategy('sanitize')
.useSanitizeValueStrategy(null) .useSanitizeValueStrategy(null)
.fallbackLanguage(['en']) .fallbackLanguage(['en'])
.useLoaderCache(true) .useLoaderCache(true);
.useStorage('localStorage');
}) })
.config(function($httpProvider, APP_CONFIG) { .config(function($httpProvider, APP_CONFIG) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment