code-prettify

2014年8月7日 星期四

AngularJS - angular-ui-router 實現 Nested Views 及 Multiple Views

在試著使用 AngularJS 實作 Kuroneko Idle Game 時遇到了問題,
ngRoute 不支持 巢狀 View 及多重 View 的實現。
幸好在 Google 上找到了救兵 ui-router,以下是兩種寫法的差別。

ngRoute 寫法:
app.js config:
index.html:
ui-router 寫法:
app.js config:
index.html:
main.html (新增):
這麼一來就完成了巢狀 View 的實作。

Reference
GitHub - angular-ui/ui-router

沒有留言:

張貼留言