bottom bar uses ngTouch
This commit is contained in:
parent
3e5c13f339
commit
19187a57c7
2 changed files with 6 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue