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

@@ -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