refactor disclaimer handling
This commit is contained in:
parent
2153f5c078
commit
bffaf9ad9d
10 changed files with 57 additions and 55 deletions
|
|
@ -21,6 +21,10 @@ angular.module('copayApp.controllers').controller('sidebarController',
|
|||
});
|
||||
|
||||
|
||||
self.closeMenu = function() {
|
||||
go.swipe();
|
||||
};
|
||||
|
||||
self.signout = function() {
|
||||
profileService.signout();
|
||||
};
|
||||
|
|
@ -60,5 +64,4 @@ angular.module('copayApp.controllers').controller('sidebarController',
|
|||
};
|
||||
|
||||
self.setWallets();
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue