docs(menu-toggle): fix broken link

path correction in description 
old -> nav/NavBar
new -> navbar/Navbar
This commit is contained in:
Alexander Schmidt
2017-01-04 20:50:32 +01:00
committed by Alex Muramoto
parent 472e8bc180
commit 13cf6a6cb7

View File

@ -9,7 +9,7 @@ import { ViewController } from '../../navigation/view-controller';
* @name MenuToggle
* @description
* The `menuToggle` directive can be placed on any button to toggle a menu open or closed.
* If it is added to the [NavBar](../../nav/NavBar) of a page, the button will only appear
* If it is added to the [NavBar](../../navbar/NavBar) of a page, the button will only appear
* when the page it's in is currently a root page. See the [Menu Navigation Bar Behavior](../Menu#navigation-bar-behavior)
* docs for more information.
*