From 96b841bd510e004fa5df19abb2add832fc91573b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 21 Aug 2014 11:08:20 -0400 Subject: [PATCH] update sidebar --- js/controllers/sidebar.js | 2 +- js/routes.js | 4 ++-- views/more.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/controllers/sidebar.js b/js/controllers/sidebar.js index 26c3f60f8..e93bf27e2 100644 --- a/js/controllers/sidebar.js +++ b/js/controllers/sidebar.js @@ -17,7 +17,7 @@ angular.module('copayApp.controllers').controller('SidebarController', function( }, { 'title': 'More', 'icon': 'fi-download', - 'link': 'backup' + 'link': 'more' }]; $scope.signout = function() { diff --git a/js/routes.js b/js/routes.js index c40a6179c..426862a4e 100644 --- a/js/routes.js +++ b/js/routes.js @@ -42,8 +42,8 @@ angular templateUrl: 'views/send.html', validate: true }) - .when('/backup', { - templateUrl: 'views/backup.html', + .when('/more', { + templateUrl: 'views/more.html', validate: true }) .when('/settings', { diff --git a/views/more.html b/views/more.html index 417f04120..4b376c38c 100644 --- a/views/more.html +++ b/views/more.html @@ -1,4 +1,4 @@ -
+

Backup & Delete

Backup