使用onsen navigator和AngularJS切换页面

时间:2014-12-21 20:25:40

标签: javascript angularjs onsen-ui

有没有办法切换页面,使用没有ons-template标签的ons-navigator? 例如,我有这样的项目:

--app.js
--index.html
--page1.html

当我将page1.html描述为index.html时,使用ons-template(如此http://codepen.io/onsen/pen/yrhtv)一切正常。但如果我正试图设置路径

myNavigator.pushPage('page1.html', { animation : 'slide' } )

不使用ons-template我的应用程序不起作用。

1 个答案:

答案 0 :(得分:0)

您可以<ons-template>使用<ons-navigator>,但不能使用{{1}}。 Navigator对象类似于Angular路由系统,它需要模板才能在页面之间发送数据。