update sidebar

This commit is contained in:
Matias Alejo Garcia 2014-08-21 11:08:20 -04:00
parent 2617b76428
commit 96b841bd51
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
}, {
'title': 'More',
'icon': 'fi-download',
'link': 'backup'
'link': 'more'
}];
$scope.signout = function() {

View File

@ -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', {

View File

@ -1,4 +1,4 @@
<div class="backup" ng-controller="BackupController">
<div class="backup" ng-controller="MoreController">
<h1>Backup & Delete </h1>
<div class="oh large-12 columns panel">
<h3><i class="fi-download m10r"></i> Backup </h3>