docs: correct broken links

This also contains some whitespace corrections by my editor.
This commit is contained in:
Vojta Jina
2013-10-17 19:25:08 -07:00
committed by Igor Minar
parent e8cc85f733
commit 14438058da
39 changed files with 209 additions and 208 deletions

View File

@@ -107,7 +107,7 @@ module `phonecatControllers`. By listing these two modules as dependencies of `p
can use the directives and services they provide.
Thus using the `config` API we request the `$routeProvider` to be injected into our config function
and use the {@link api/ngRoute.$routeProvider#when `$routeProvider.when`} API to define our routes.
and use the {@link api/ngRoute.$routeProvider#methods_when `$routeProvider.when`} API to define our routes.
Our application routes are defined as follows: