Improve response when press menu icon. Remove transition effects on modals
This commit is contained in:
parent
ae1d2003d0
commit
cd44017167
4 changed files with 47 additions and 5 deletions
|
|
@ -117,4 +117,8 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
|
|||
});
|
||||
$scope.wallets = _.sortBy(ret, 'name');
|
||||
};
|
||||
|
||||
$scope.openMenu = function() {
|
||||
go.swipe(true);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue