Skip to content

Commit

Permalink
amend(sideMenus): fix sideMenus doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Aug 7, 2015
1 parent a379bfd commit e2c664c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions js/angular/directive/sideMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,18 @@ IonicModule
*
* ```html
* <ion-side-menus>
* <!-- Center content -->
* <ion-side-menu-content ng-controller="ContentController">
* </ion-side-menu-content>
*
* <!-- Left menu -->
* <ion-side-menu side="left">
* </ion-side-menu>
*
* <ion-side-menu-content>
* <!-- Main content, usually <ion-nav-view> -->
* </ion-side-menu-content>
*
* <!-- Right menu -->
* <ion-side-menu side="right">
* </ion-side-menu>
*
* <ion-side-menu-content>
* <!-- Main content, usually <ion-nav-view> -->
* </ion-side-menu-content>
* </ion-side-menus>
* ```
* ```js
Expand Down

0 comments on commit e2c664c

Please sign in to comment.