Skip to content

Commit

Permalink
docs(navigation): update nav controller link to Angular's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 5, 2016
1 parent f354d91 commit f5b4980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/nav-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5b4980

Please sign in to comment.