How to send object from 1 $state into another $state with ui-router

后端 未结 2 2003
不思量自难忘°
不思量自难忘° 2021-01-20 05:29

https://plnkr.co/edit/nqyBTcBgBimjkrpf2oYo?p=preview

Expected

After Login Selecting a Ticker button should make the Tags module display the matc

2条回答
  •  北海茫月
    2021-01-20 06:05

    You need to have all route configs in one module, else the different routes (states) won't know about eachother.

    You should check out how to do nested views/states: https://github.com/angular-ui/ui-router/wiki/Nested-States-&-Nested-Views

提交回复
热议问题