refactor
This commit is contained in:
parent
75be28b3bf
commit
b4aadeb7be
4 changed files with 300 additions and 61 deletions
|
|
@ -26,7 +26,7 @@ angular.module('copayApp.services').factory('go', function($window, $ionicSideMe
|
|||
};
|
||||
|
||||
root.toggleLeftMenu = function() {
|
||||
$ionicSideMenuDelegate.toggleLeft()
|
||||
$ionicSideMenuDelegate.toggleLeft();
|
||||
};
|
||||
|
||||
root.walletHome = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue