Removes unused button

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-06 10:24:39 -03:00
commit 1118e60b63
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 1 additions and 18 deletions

View file

@ -430,8 +430,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
url: '/termsOfUse',
views: {
'tab-settings@tabs': {
controller: 'termOfUseController',
templateUrl: 'views/termsOfUse.html',
templateUrl: 'views/termsOfUse.html'
}
}
})