mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
Update nav.ts
Fixing 404 error thrown by bug on NavController documentation reference (URL is now http://ionicframework.com/docs/v2/api/navigation/NavController/).
This commit is contained in:
@ -15,10 +15,10 @@ import { ViewController } from '../../navigation/view-controller';
|
|||||||
* @name Nav
|
* @name Nav
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* `ion-nav` is the declarative component for a [NavController](../NavController/).
|
* `ion-nav` is the declarative component for a [NavController](../../../navigation/NavController/).
|
||||||
*
|
*
|
||||||
* For more information on using nav controllers like Nav or [Tab](../../Tabs/Tab/),
|
* For more information on using nav controllers like Nav or [Tab](../../Tabs/Tab/),
|
||||||
* take a look at the [NavController API Docs](../NavController/).
|
* take a look at the [NavController API Docs](../../../navigation/NavController/).
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
|
Reference in New Issue
Block a user