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">
* ```

View File

@@ -25,7 +25,7 @@
* example, a toggle button for a left side menu should be on the left side; in this case,
* we'd recommend using `side="left"`, so it's always on the left, no matter the platform.
*
* Note that `ion-nav-buttons` must be immediate descendants of the `ion-view` or
* ***Note*** that `ion-nav-buttons` must be immediate descendants of the `ion-view` or
* `ion-nav-bar` element (basically, don't wrap it in another div).
*
* @usage

View File

@@ -16,6 +16,11 @@ IonicModule
* `ion-side-menu-content`, so that when the element is clicked, the opened side menu will
* automatically close.
*
* "Burger Icon" toggles can be added to the header with the {@link ionic.directive:menuToggle}
* attribute directive. Clicking the toggle will open and close the side menu like the `menu-close`
* directive. The side menu will automatically hide on child pages, but can be overridden with the
* enable-menu-with-back-views attribute mentioned below.
*
* By default, side menus are hidden underneath their side menu content and can be opened by swiping
* the content left or right or by toggling a button to show the side menu. Additionally, by adding the
* {@link ionic.directive:exposeAsideWhen} attribute directive to an

View File

@@ -36,7 +36,7 @@
*
* ## View LifeCycle and Events
*
* Views can be cached, which means *controllers normally only load once*, which may
* Views can be cached, which means ***controllers normally only load once***, which may
* affect your controller logic. To know when a view has entered or left, events
* have been added that are emitted from the view's scope. These events also
* contain data about the view, such as the title and whether the back button should