refactor profile creation

This commit is contained in:
Matias Alejo Garcia 2015-11-17 13:36:31 -03:00
commit 691139f2b1
7 changed files with 70 additions and 94 deletions

View file

@ -199,14 +199,6 @@ angular.module('copayApp.services')
storage.remove('config', cb);
};
root.setCopayDisclaimerFlag = function(cb) {
storage.set('agreeDisclaimer', true, cb);
};
root.getCopayDisclaimerFlag = function(cb) {
storage.get('agreeDisclaimer', cb);
};
root.setRemotePrefsStoredFlag = function(cb) {
storage.set('remotePrefStored', true, cb);
};