I'd like to set a login page before entering the main page. How can I do that just before this instruction :
<ons-screen page="sliding_menu.html"></ons-screen>
I use The Monaca IDE
Thanks for the help
Charles
I'd like to set a login page before entering the main page. How can I do that just before this instruction :
<ons-screen page="sliding_menu.html"></ons-screen>
I use The Monaca IDE
Thanks for the help
Charles
You can try this way:
index.html
login.js
login.html
Demo: http://onsenui.github.io/stackoverflow/sliding_menu_login/app/
Download src: http://onsenui.github.io/stackoverflow/sliding_menu_login.zip