mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(formatting): bringing attention to certain beta14 related concepts
This commit is contained in:
12
js/angular/directive/menuToggle.js
vendored
12
js/angular/directive/menuToggle.js
vendored
@@ -18,14 +18,14 @@
|
||||
* </ion-nav-buttons>
|
||||
* </ion-nav-bar>
|
||||
* ```
|
||||
*
|
||||
*
|
||||
* **Note**: By default, the menu toggle button will only appear on a root
|
||||
*
|
||||
* ### Button Hidden On Child Views
|
||||
* By default, the menu toggle button will only appear on a root
|
||||
* level side-menu page. Navigating in to child views will hide the menu-
|
||||
* toggle button. They can be made visible on child pages by setting the
|
||||
* enable-menu-with-back-views attribute of the {@link ionic.directive:ionSideMenus}
|
||||
* directive to true.
|
||||
*
|
||||
* enable-menu-with-back-views attribute of the {@link ionic.directive:ionSideMenus}
|
||||
* directive to true.
|
||||
*
|
||||
* ```html
|
||||
* <ion-side-menus enable-menu-with-back-views="true">
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user