This commit is contained in:
Matias Alejo Garcia 2014-12-07 14:16:10 -03:00
commit 9690e98162
2 changed files with 70 additions and 69 deletions

3
js/services/isCordova.js Normal file
View file

@ -0,0 +1,3 @@
'use strict';
angular.module('copayApp.services').value('isCordova', window.cordova ? true : false);