remove setting on sidebar

This commit is contained in:
bechi 2015-02-02 16:59:56 -03:00
parent 3a230e2763
commit fc777eb8de
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
'title': 'History',
'icon': 'icon-history',
'link': 'history'
}, {
'title': 'Settings',
'icon': 'icon-gear',
'link': 'more'
}];
$scope.signout = function() {