Merge pull request #175 from gabrielbazan7/fixes

fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 13:11:38 -03:00 committed by GitHub
commit 6a3bd53464
20 changed files with 88 additions and 77 deletions

View file

@ -19,7 +19,7 @@ angular.module('copayApp.services')
if (isChromeApp) {
chrome.runtime.reload();
} else if (isNW) {
$ionicHistory.clearHistory();
$ionicHistory.removeBackView();
$state.go('tabs.home');
$timeout(function() {
var win = require('nw.gui').Window.get();