update sidebar
This commit is contained in:
parent
2617b76428
commit
96b841bd51
3 changed files with 4 additions and 4 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
|
|
@ -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', {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue