You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.state('userlist', { url: '/users', component: 'users', // The component's name });
When I try to do the same in stateHelper, component is not triggered. { name: 'someName', url: '/users', component: 'users', }
Is there reason why this is not supported or am I doing just something wrong?
thank you
Tomas
The text was updated successfully, but these errors were encountered:
Hi,
according ui-router doc you are allow to write:
.state('userlist', { url: '/users', component: 'users', // The component's name });
When I try to do the same in stateHelper, component is not triggered.
{ name: 'someName', url: '/users', component: 'users', }
Is there reason why this is not supported or am I doing just something wrong?
thank you
Tomas
The text was updated successfully, but these errors were encountered: