Return automatically after set unit/lang/alt/color

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-13 16:00:28 -03:00
commit 370fbd5924
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
9 changed files with 31 additions and 18 deletions

View file

@ -79,6 +79,10 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
$state.go('preferences');
};
root.preferencesGlobal = function() {
$state.go('preferencesGlobal');
};
root.reload = function() {
$state.reload();
};