remove setting on sidebar

This commit is contained in:
bechi 2015-02-02 16:59:56 -03:00
commit fc777eb8de

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() {