automatization wp with splash and icons

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-13 20:08:34 -02:00
commit 0b5e56b198
25 changed files with 16 additions and 10 deletions

View file

@ -33,7 +33,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
});
$scope.usingLocalStorage = config.plugins.EncryptedLocalStorage;
if (isCordova && 0) {
if (isCordova) {
ls.getItem(KEY, function(err, value) {
$scope.showDisclaimer = value ? null : true;
});