mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(navigation): update nav controller link to Angular's docs
This commit is contained in:
@ -55,7 +55,7 @@ import { ViewController } from './view-controller';
|
|||||||
* Behind the scenes, when Ionic instantiates a new NavController, it creates an
|
* Behind the scenes, when Ionic instantiates a new NavController, it creates an
|
||||||
* injector with NavController bound to that instance (usually either a Nav or
|
* injector with NavController bound to that instance (usually either a Nav or
|
||||||
* Tab) and adds the injector to its own providers. For more information on
|
* Tab) and adds the injector to its own providers. For more information on
|
||||||
* providers and dependency injection, see [Providers and DI]().
|
* providers and dependency injection, see [Dependency Injection](https://angular.io/docs/ts/latest/guide/dependency-injection.html).
|
||||||
*
|
*
|
||||||
* Instead, you can inject NavController and know that it is the correct
|
* Instead, you can inject NavController and know that it is the correct
|
||||||
* navigation controller for most situations (for more advanced situations, see
|
* navigation controller for most situations (for more advanced situations, see
|
||||||
|
Reference in New Issue
Block a user