add missing file

This commit is contained in:
Matias Alejo Garcia 2015-04-16 18:17:57 -03:00
commit 799f5f9e4f

View file

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