update sidebar

This commit is contained in:
Matias Alejo Garcia 2014-08-21 11:08:20 -04:00
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', 'title': 'More',
'icon': 'fi-download', 'icon': 'fi-download',
'link': 'backup' 'link': 'more'
}]; }];
$scope.signout = function() { $scope.signout = function() {

View file

@ -42,8 +42,8 @@ angular
templateUrl: 'views/send.html', templateUrl: 'views/send.html',
validate: true validate: true
}) })
.when('/backup', { .when('/more', {
templateUrl: 'views/backup.html', templateUrl: 'views/more.html',
validate: true validate: true
}) })
.when('/settings', { .when('/settings', {

View file

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