aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/route.js
diff options
context:
space:
mode:
authorMisko Hevery2012-03-13 19:36:09 -0700
committerMisko Hevery2012-03-13 19:36:09 -0700
commit8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b (patch)
treee35fc500e5f2f760b602dce7215ad7679ba35e28 /src/service/route.js
parentce4b630524fe15185ea248ed2344549632c446ff (diff)
downloadangular.js-8b8fdddc0b13f90dcc081b7d29a79f1452f2dd7b.tar.bz2
docs(links): corrected borken links
Diffstat (limited to 'src/service/route.js')
-rw-r--r--src/service/route.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/route.js b/src/service/route.js
index dea646cc..9748de69 100644
--- a/src/service/route.js
+++ b/src/service/route.js
@@ -101,7 +101,7 @@ function $RouteProvider(){
This example shows how changing the URL hash causes the `$route` to match a route against the
URL, and the `ng-view` pulls in the partial.
- Note that this example is using {@link angular.module.ng.$compileProvide.directive.script inlined templates}
+ Note that this example is using {@link angular.module.ng.$compileProvider.directive.script inlined templates}
to get it working on jsfiddle as well.
<doc:example module="route">