mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update menuToggle.js
Matched parent element to description in usage.
This commit is contained in:
5
js/angular/directive/menuToggle.js
vendored
5
js/angular/directive/menuToggle.js
vendored
@@ -12,12 +12,11 @@
|
||||
* would open the given side menu, and tapping it again would close it.
|
||||
*
|
||||
* ```html
|
||||
* <ion-view>
|
||||
* <ion-nav-bar>
|
||||
* <ion-nav-buttons side="left">
|
||||
* <button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
|
||||
* </ion-nav-buttons>
|
||||
* ...
|
||||
* </ion-view>
|
||||
* </ion-nav-bar>
|
||||
* ```
|
||||
*/
|
||||
IonicModule
|
||||
|
||||
Reference in New Issue
Block a user