ngcordova - Loading multiple views in cordova app -


i want able load multiple views in cordova app using angularjs. not find samples this.

all found pure angularjs apps not work when load cordova app.

for example: main page tab1 --> load tab1.html partial view tab2 --> load tab2.html partial view

i want know can have in main controller , how handle routing works in cordova app using angularjs.

i created "playground" cordova app repo in git hub, can access here:

https://github.com/melzoghbi/cordovaapps


Comments