Improve response when press menu icon. Remove transition effects on modals

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-29 12:39:35 -03:00
commit cd44017167
4 changed files with 47 additions and 5 deletions

View file

@ -117,4 +117,8 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
});
$scope.wallets = _.sortBy(ret, 'name');
};
$scope.openMenu = function() {
go.swipe(true);
};
});