From 19187a57c7f4f442b6c683549ca7835f144d9da2 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 3 Dec 2014 20:53:49 -0300 Subject: [PATCH] bottom bar uses ngTouch --- js/controllers/sidebar.js | 4 ++++ views/includes/bottombar-mobile.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@
-