diff --git a/js/controllers/sidebar.js b/js/controllers/sidebar.js index 45631e725..1a50154ac 100644 --- a/js/controllers/sidebar.js +++ b/js/controllers/sidebar.js @@ -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(); diff --git a/views/includes/bottombar-mobile.html b/views/includes/bottombar-mobile.html index aa7925920..4393bcdcc 100644 --- a/views/includes/bottombar-mobile.html +++ b/views/includes/bottombar-mobile.html @@ -1,6 +1,6 @@
-
- +