add missing file
This commit is contained in:
parent
2fddaa43ba
commit
799f5f9e4f
1 changed files with 4 additions and 0 deletions
4
src/js/services/isChromeApp.js
Normal file
4
src/js/services/isChromeApp.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').value('isChromeApp', window.chrome && chrome.runtime && chrome.runtime.id);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue