Skip to content

Commit

Permalink
docs(menuToggle): clarify how to toggle right side menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinaren authored and mhartington committed Jun 4, 2015
1 parent 8572f38 commit 031f66f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/angular/directive/menuToggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@
* ```html
* <ion-nav-bar>
* <ion-nav-buttons side="left">
* <!-- Toggle left side menu -->
* <button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
* </ion-nav-buttons>
* <ion-nav-buttons side="right">
* <!-- Toggle right side menu -->
* <button menu-toggle="right" class="button button-icon icon ion-navicon"></button>
* </ion-nav-buttons>
* </ion-nav-bar>
* ```
*
Expand Down

0 comments on commit 031f66f

Please sign in to comment.