docs(formatting): bringing attention to certain beta14 related concepts

This commit is contained in:
Perry Govier
2014-12-17 17:37:15 -06:00
parent 0f5bed6743
commit 46f56ba4e1
4 changed files with 13 additions and 8 deletions

View File

@@ -18,14 +18,14 @@
* </ion-nav-buttons>
* </ion-nav-bar>
* ```
*
*
* **Note**: By default, the menu toggle button will only appear on a root
*
* ### Button Hidden On Child Views
* 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:ionSideMenus}
* directive to true.
*
* enable-menu-with-back-views attribute of the {@link ionic.directive:ionSideMenus}
* directive to true.
*
* ```html
* <ion-side-menus enable-menu-with-back-views="true">
* ```