.state('test.account', {
url: '/account',
views: {
'tab5': {
templateUrl: 'templates/account.html',
controller: 'AccountController as vm'
},
'tab4': {
templateUrl: 'templates/account.html',
controller: 'AccountController as vm'
}
}
})
This does not bind behavior, I’m not able to access any functions within the controller in my template