fixing routes on settings

This commit is contained in:
Gabriel Bazán 2016-08-23 12:01:09 -03:00
commit bce77de16c
8 changed files with 15 additions and 17 deletions

View file

@ -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('#/');