diff options
| author | Vojta Jina | 2011-05-18 14:16:09 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:52:00 -0700 |
| commit | e21a868524758f1fd53ea4e6f6344910874dc0eb (patch) | |
| tree | cd60f74eec0553568533d4c76b473afdc07465c7 /src/widgets.js | |
| parent | 7fe46e8d7e35c21167932c57b4ed53171164d1e2 (diff) | |
| download | angular.js-e21a868524758f1fd53ea4e6f6344910874dc0eb.tar.bz2 | |
Fix links in docs
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets.js b/src/widgets.js index a56a967e..1cd7211f 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -1026,7 +1026,7 @@ angularWidget("@ng:non-bindable", noop); * Every time the current route changes, the included view changes with it according to the * configuration of the `$route` service. * - * This widget provides functionality similar to {@link angular.service.ng:include ng:include} when + * This widget provides functionality similar to {@link angular.widget.ng:include ng:include} when * used like this: * * <ng:include src="$route.current.template" scope="$route.current.scope"></ng:include> |
