ui-router nested route controller isn't being called

后端 未结 3 1431
面向向阳花
面向向阳花 2020-12-17 07:23

I am trying to call a controller which should be linked with the home.category route but it isn\'t being called. What\'s wrong in it?

$statePro         


        
3条回答
  •  [愿得一人]
    2020-12-17 08:11

    In the off event someone is changing a project to work with ui.router as opposed ngRoute, I had this issue because I forgot to change the ng-view directive to ui-view :Z

提交回复
热议问题