bottom bar uses ngTouch

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-03 20:53:49 -03:00
commit 19187a57c7
2 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,10 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
'link': 'more'
}];
$scope.go = function (path) {
$location.path(path);
};
$scope.signout = function() {
$rootScope.signingOut = true;
identityService.signout();