This commit is contained in:
Matias Alejo Garcia 2015-04-24 18:06:04 -03:00
commit 6723cba56a
3 changed files with 4 additions and 12 deletions

View file

@ -21,13 +21,7 @@ angular.module('copayApp.services')
return cb(null, data[k]);
});
} else {
console.log('[localStorage.js.24]',k); //TODO
console.log('[localStorage.js.25:TODO:]'); //TODO
console.log('[localStorage.js.26:TODO:]'); //TODO
console.log('[localStorage.js.27:TODO:]'); //TODO
$timeout(function() {
return cb(null, ls.getItem(k));
}, 1000);
}
};