我对angularjs很陌生
我在 ng-repeat 中动态生成 ui-view 名称有问题
http://plnkr.co/edit/vQjqYCB6mR34MS3coc1H?p=preview
是否可以在 ng-repeat 中生成 ui-view 名称,然后如何配置要打开details.item.html
的路由ui-view="item{{itemId}}"
?
我对angularjs很陌生
我在 ng-repeat 中动态生成 ui-view 名称有问题
http://plnkr.co/edit/vQjqYCB6mR34MS3coc1H?p=preview
是否可以在 ng-repeat 中生成 ui-view 名称,然后如何配置要打开details.item.html
的路由ui-view="item{{itemId}}"
?