ui-router.stateHelper icon indicating copy to clipboard operation
ui-router.stateHelper copied to clipboard

component is not triggered

Open DesatTomas opened this issue 6 years ago • 0 comments

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

DesatTomas avatar May 30 '18 11:05 DesatTomas