We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment
When setting "ons-tabbar" on "ons-tab" page, the following error message will be displayed. (Onsen UI 2.6.0 or later)
Uncaught TypeError: el._show is not a function
[Core] onsenui latest [Framework] angular1 1.5.8 [Framework binding] angular1-onsenui latest [Platform] All [Browser] All
Encountered problem
How to reproduce
Demo link
<ons-page ng-controller="AppController as app"> <ons-toolbar> <div class="center">My App</div> </ons-toolbar> <ons-tabbar position="auto"> <ons-tab page="page1.html" label="Page 1" icon="square" active></ons-tab> <ons-tab page="page2.html" label="Page 2" icon="square"></ons-tab> </ons-tabbar> </ons-page> <ons-template id="page1.html"> <ons-page> <div class="content" style="text-align: center"> <ons-tabbar position="top"> <ons-tab page="page1-1.html" label="Page 1-1" icon="square" active></ons-tab> <ons-tab page="page2-1.html" label="Page 2-1" icon="square"></ons-tab> </ons-tabbar> </div> </ons-page> </ons-template> <ons-template id="page2.html"> <ons-page> <div class="content" style="text-align: center"> <p>Page 2 content</p> </div> </ons-page> </ons-template> <ons-template id="page1-1.html"> <ons-page> <div class="content" style="text-align: center"> <p>page1-1 content</p> </div> </ons-page> </ons-template> <ons-template id="page2-1.html"> <ons-page> <div class="content" style="text-align: center"> <p>page2-1 content</p> </div> </ons-page> </ons-template>
ons.bootstrap() .controller('AppController', function() { });
The text was updated successfully, but these errors were encountered:
fix(ons-tab): Tab reattach issue. Closes #2307.
6159ab8
614c6fc
Merge pull request #2308 from OnsenUI/tab-fix
8eb41eb
No branches or pull requests
Environment
When setting "ons-tabbar" on "ons-tab" page, the following error message will be displayed. (Onsen UI 2.6.0 or later)
Uncaught TypeError: el._show is not a function
Encountered problem
How to reproduce
Demo link
The text was updated successfully, but these errors were encountered: