From 36e8604ed9db7ba604e78d6fcf76f8fb684d5f68 Mon Sep 17 00:00:00 2001 From: mhartington Date: Fri, 29 Jul 2016 12:37:16 -0500 Subject: [PATCH] docs(navbar): add note about when to use navbar and when to use toolbar Closes https://github.com/driftyco/ionic-site/issues/685 --- src/components/navbar/navbar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/navbar/navbar.ts b/src/components/navbar/navbar.ts index 6bbc656fe5..f82e8b3b46 100644 --- a/src/components/navbar/navbar.ts +++ b/src/components/navbar/navbar.ts @@ -66,6 +66,8 @@ class ToolbarBackground { * button. A navbar can contain a `ion-title`, any number of buttons, * a segment, or a searchbar. Navbars must be placed within an * `` 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 * ```html