UI-Router有不同的母版页?

时间:2015-05-31 20:14:21

标签: angularjs angular-ui-router

是否可以使用ui-router,但是根据url或参数,它可以加载不同的父(主)页面? 例如

<!-- index.html -->
<body>
    <div ui-view></div>
    <!-- We'll also add some navigation: -->
    <a ui-sref="state1">State 1</a>
    <a ui-sref="state2">State 2</a>
</body>

显然,Index.html是我在ui-routing中所有州的主页面。无论如何我可以更改母版页(index_mobile.html)吗?根据一些参数或状态系统收到?看起来这是不可能的。

0 个答案:

没有答案