no file storage from WP

This commit is contained in:
Matias Alejo Garcia 2015-04-26 11:41:25 -03:00
commit 7f6b41e11d
8 changed files with 46 additions and 13 deletions

View file

@ -1,4 +1,4 @@
'use strict';
angular.module('copayApp.services').value('isChromeApp', window.chrome && chrome.runtime && chrome.runtime.id);
angular.module('copayApp.services').value('isChromeApp', !!(window.chrome && chrome.runtime && chrome.runtime.id));