diff options
author | Igor Minar | 2012-03-12 21:30:03 -0700 |
---|---|---|
committer | Igor Minar | 2012-03-12 23:04:12 -0700 |
commit | afe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch) | |
tree | 49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/service/route.js | |
parent | f59e4b11f11261c234a821db67088f0de88a2852 (diff) | |
download | angular.js-afe617a647211bbb2173bb0dd4c4c6d44c11a407.tar.bz2 |
docs(*): renaming incorrect widget references to control or directive
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 3e9cbb41..dea646cc 100644 --- a/src/service/route.js +++ b/src/service/route.js @@ -28,7 +28,7 @@ function $RouteProvider(){ * created scope. * - `template` – `{string=}` – path to an html template that should be used by * {@link angular.module.ng.$compileProvider.directive.ng-view ng-view} or - * {@link angular.module.ng.$compileProvider.directive.ng-include ng-include} widgets. + * {@link angular.module.ng.$compileProvider.directive.ng-include ng-include} directives. * - `redirectTo` – {(string|function())=} – value to update * {@link angular.module.ng.$location $location} path with and trigger route redirection. * |