search

Home  >  Q&A  >  body text

angular.js - ui-router 可以多个状态共享一个控制器和视图模板么

例如左边一个列表,我切换列表项是右边的内容进行切换,右边的内容格式相同。
我知道ng-router可以用list/:type来实现多个路由匹配一个控制器和视图
所以想问下UI-router可以实现这种效果么 如果内容只用一个控制器的话

我想大声告诉你我想大声告诉你2743 days ago637

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-05-15 17:16:08

    This problem was solved by ui-sref="statu({key-value pair parameters})"

    reply
    0
  • 迷茫

    迷茫2017-05-15 17:16:08

    Yes, when you configure routing, just use the same template and controller for different states

    reply
    0
  • Cancelreply