remote ignoreMobilePause, refactor openURL
This commit is contained in:
parent
df12f9c177
commit
2a97446ef9
23 changed files with 356 additions and 337 deletions
|
|
@ -48,15 +48,15 @@ angular.module('copayApp.services').factory('go', function($window, $ionicSideMe
|
|||
};
|
||||
|
||||
root.addWallet = function() {
|
||||
$state.go('add');
|
||||
$state.transitionTo('add');
|
||||
};
|
||||
|
||||
root.preferences = function() {
|
||||
$state.go('preferences');
|
||||
$state.transitionTo('preferences');
|
||||
};
|
||||
|
||||
root.preferencesGlobal = function() {
|
||||
$state.go('preferencesGlobal');
|
||||
$state.transitionTo('preferencesGlobal');
|
||||
};
|
||||
|
||||
root.reload = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue