join view and controller refactor
This commit is contained in:
parent
399edf0291
commit
b148332d9d
6 changed files with 35 additions and 46 deletions
|
|
@ -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'
|
||||
},
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue