We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a379bfd commit e2c664cCopy full SHA for e2c664c
js/angular/directive/sideMenus.js
@@ -44,21 +44,18 @@ IonicModule
44
*
45
* ```html
46
* <ion-side-menus>
47
- * <!-- Center content -->
48
- * <ion-side-menu-content ng-controller="ContentController">
49
- * </ion-side-menu-content>
50
- *
51
* <!-- Left menu -->
52
* <ion-side-menu side="left">
53
* </ion-side-menu>
54
+ * <ion-side-menu-content>
+ * <!-- Main content, usually <ion-nav-view> -->
+ * </ion-side-menu-content>
+ *
55
* <!-- Right menu -->
56
* <ion-side-menu side="right">
57
58
59
- * <ion-side-menu-content>
60
- * <!-- Main content, usually <ion-nav-view> -->
61
62
* </ion-side-menus>
63
* ```
64
* ```js
0 commit comments