Angular Router - Url changes but view does not load

前端 未结 1 430
后悔当初
后悔当初 2021-01-20 19:40

I have just started to adapt the sample angular/ionic tab navigation app and have run into a problem. When I click on a link in one view (a list of all journeys), I should b

1条回答
  •  北荒
    北荒 (楼主)
    2021-01-20 20:13

    When I encountered this same problem, I discovered that the error occurs because the controller didn't load.

    Comment the controller in the state declaration and see if it works. You will need to check the controller.

    0 讨论(0)
提交回复
热议问题