ionic side menu

This commit is contained in:
Gabriel Bazán 2016-05-18 15:15:14 -03:00 committed by Javier
commit d468c28cd0
7 changed files with 105 additions and 161 deletions

View file

@ -20,11 +20,6 @@ angular.module('copayApp.controllers').controller('sidebarController',
self.setWallets();
});
self.closeMenu = function() {
go.swipe();
};
self.signout = function() {
profileService.signout();
};