join view and controller refactor

This commit is contained in:
Gabriel Bazán 2017-05-22 21:05:32 -03:00
commit b148332d9d
6 changed files with 35 additions and 46 deletions

View file

@ -323,7 +323,8 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
url: '/join/:url',
views: {
'tab-home@tabs': {
templateUrl: 'views/join.html'
templateUrl: 'views/join.html',
controller: 'joinController'
},
}
})