fixing routes on settings
This commit is contained in:
parent
3bac497049
commit
bce77de16c
8 changed files with 15 additions and 17 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