docs(menu): fix link to MenuController (#11537)

fixes driftyco/ionic-site#1080
This commit is contained in:
Daniel Sogl
2017-05-19 22:21:58 +02:00
committed by Brandy Carney
parent 7a797d4f3e
commit b64733aace

View File

@ -25,7 +25,7 @@ import { RootNode } from '../split-pane/split-pane';
* will be displayed differently based on the mode, however the display type can be changed * will be displayed differently based on the mode, however the display type can be changed
* to any of the available [menu types](#menu-types). The menu element should be a sibling * to any of the available [menu types](#menu-types). The menu element should be a sibling
* to the app's content element. There can be any number of menus attached to the content. * to the app's content element. There can be any number of menus attached to the content.
* These can be controlled from the templates, or programmatically using the [MenuController](../MenuController). * These can be controlled from the templates, or programmatically using the [MenuController](../app/MenuController).
* *
* @usage * @usage
* *