diff options
Diffstat (limited to 'src/service/route.js')
| -rw-r--r-- | src/service/route.js | 2 |
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"> |
