Is there any way to switch page, using ons-navigator without ons-template tag? For example, i have project like this:
--app.js
--index.html
--page1.html
When i describe page1.html into index.html, using ons-template (like this http://codepen.io/onsen/pen/yrhtv) everything is going OK. But if i'am trying to set path into
myNavigator.pushPage('page1.html', { animation : 'slide' } )
without using ons-template my app doesn't work.