docs(navbar): add note about when to use navbar and when to use toolbar

Closes https://github.com/driftyco/ionic-site/issues/685
This commit is contained in:
mhartington
2016-07-29 12:37:16 -05:00
parent 4e26ea3294
commit 36e8604ed9

View File

@ -66,6 +66,8 @@ class ToolbarBackground {
* button. A navbar can contain a `ion-title`, any number of buttons, * button. A navbar can contain a `ion-title`, any number of buttons,
* a segment, or a searchbar. Navbars must be placed within an * a segment, or a searchbar. Navbars must be placed within an
* `<ion-header>` in order for them to be placed above the content. * `<ion-header>` in order for them to be placed above the content.
* It's important to note that navbar's are part of the dynamica navigation
* stack. If you need a static toolbar, use ion-toolbar.
* *
* @usage * @usage
* ```html * ```html