docs(navigation): update nav controller link to Angular's docs

This commit is contained in:
Brandy Carney
2016-12-05 11:25:27 -05:00
parent f354d9163b
commit f5b4980e35

View File

@ -55,7 +55,7 @@ import { ViewController } from './view-controller';
* Behind the scenes, when Ionic instantiates a new NavController, it creates an
* 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
* 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
* navigation controller for most situations (for more advanced situations, see