Hello i am new onsen ui i have promblem with navigation, i have app like this.
- start.html : this is first page apppear, in this file i put mynavigator. start button will open page1.html
- page1.html : do something will open page2.thml
- page2.html : do something will open report.html
- report.html : in this file i put OK button, then i should back to start.html
when i used :
$scope.myNavigator.pushPage('form/start.html');
//OR
$scope.myNavigator.resetToPage('form/start.html');
all i get error :
You can not supply no "ons-page" element to "ons-navigator"
how navigation that i can back to start.html?