changed route and tab

This commit is contained in:
Sebastiaan Pasma 2018-07-10 11:12:43 +02:00
commit 39cb416c30
2 changed files with 1 additions and 10 deletions

View file

@ -270,15 +270,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
}
})
.state('tabs.send2', {
url: '/send2',
views: {
'tab-send': {
controller: 'tabSendV2Controller',
templateUrl: 'views/tab-send-v2.html',
}
}
})
.state('tabs.settings', {
url: '/settings',
views: {