标签: angularjs angular-ui-router
不确定这是否是最好的方法,但我正在使用angularjs ui路由器的多视图,我想通过一些逻辑检查更新其中一个视图的模板/内容。
所以我试图做这样的事情:
$state.current.views['filters@product_index'].template = 'OK!';
它适用于非多视图,因此设置$ state.current.template确实有效,但似乎为多个视图设置状态,就像上面的示例代码不起作用。