mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(menuToggle): Mention enable-side-menu-with-back-views in the menu-toggle docs
This commit is contained in:
10
js/angular/directive/menuToggle.js
vendored
10
js/angular/directive/menuToggle.js
vendored
@@ -6,6 +6,16 @@
|
||||
*
|
||||
* @description
|
||||
* Toggle a side menu on the given side.
|
||||
*
|
||||
* *Note*: 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:sideMenus}
|
||||
* directive to true.
|
||||
*
|
||||
* ```html
|
||||
* <ion-side-menus enable-menu-with-back-views="true">
|
||||
* ```
|
||||
*
|
||||
* @usage
|
||||
* Below is an example of a link within a nav bar. Tapping this button
|
||||
|
||||
Reference in New Issue
Block a user