Merge branch 'ref/design' of github.com:matiu/copay into ref/design
This commit is contained in:
commit
c83c2e7550
26 changed files with 95 additions and 92 deletions
|
|
@ -3,8 +3,8 @@ angular.module('copayApp.services')
|
|||
.factory('applicationService', function($rootScope, $timeout, platformInfo, $state) {
|
||||
var root = {};
|
||||
|
||||
var isChromeApp = platformInfo.isChromeApp;
|
||||
var isNW = platformInfo.isNW;
|
||||
var isChromeApp = platformInfo.isChromeApp;
|
||||
var isNW = platformInfo.isNW;
|
||||
|
||||
root.restart = function() {
|
||||
var hashIndex = window.location.href.indexOf('#/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue