From a564160511bf1bbed5a4fe5d2981fae1bb664eca Mon Sep 17 00:00:00 2001
From: Peter Bacon Darwin
Date: Wed, 12 Feb 2014 22:47:42 +0000
Subject: docs(bike-shed-migration): fix url-based links refs to AUTO module
---
docs/content/error/cacheFactory/iid.ngdoc | 2 +-
docs/content/error/compile/ctreq.ngdoc | 6 +--
docs/content/error/compile/iscp.ngdoc | 2 +-
docs/content/error/compile/nonassign.ngdoc | 2 +-
docs/content/error/compile/selmulti.ngdoc | 4 +-
docs/content/error/compile/tpload.ngdoc | 4 +-
docs/content/error/controller/noscp.ngdoc | 4 +-
docs/content/error/injector/cdep.ngdoc | 2 +-
docs/content/error/injector/modulerr.ngdoc | 2 +-
docs/content/error/injector/nomod.ngdoc | 2 +-
docs/content/error/injector/pget.ngdoc | 2 +-
docs/content/error/interpolate/noconcat.ngdoc | 2 +-
docs/content/error/jqLite/nosel.ngdoc | 2 +-
docs/content/error/location/ihshprfx.ngdoc | 2 +-
docs/content/error/location/ipthprfx.ngdoc | 2 +-
docs/content/error/location/isrcharg.ngdoc | 2 +-
docs/content/error/ngModel/nonassign.ngdoc | 4 +-
docs/content/error/ngOptions/iexp.ngdoc | 2 +-
docs/content/error/ngPattern/noregexp.ngdoc | 2 +-
docs/content/error/ngRepeat/dupes.ngdoc | 2 +-
docs/content/error/ngRepeat/iexp.ngdoc | 4 +-
docs/content/error/ngRepeat/iidexp.ngdoc | 4 +-
docs/content/error/resource/badargs.ngdoc | 4 +-
docs/content/error/resource/badcfg.ngdoc | 4 +-
docs/content/error/rootScope/infdig.ngdoc | 2 +-
docs/content/error/rootScope/inprog.ngdoc | 2 +-
docs/content/error/sce/icontext.ngdoc | 4 +-
docs/content/error/sce/iequirks.ngdoc | 2 +-
docs/content/error/sce/imatcher.ngdoc | 2 +-
docs/content/error/sce/insecurl.ngdoc | 6 +--
docs/content/error/sce/itype.ngdoc | 4 +-
docs/content/error/sce/iwcard.ngdoc | 2 +-
docs/content/error/sce/unsafe.ngdoc | 2 +-
docs/content/guide/animations.ngdoc | 22 ++++----
docs/content/guide/bootstrap.ngdoc | 14 ++---
docs/content/guide/compiler.ngdoc | 28 +++++-----
docs/content/guide/concepts.ngdoc | 16 +++---
docs/content/guide/controller.ngdoc | 12 ++---
docs/content/guide/dev_guide.e2e-testing.ngdoc | 8 +--
.../guide/dev_guide.services.$location.ngdoc | 12 ++---
.../dev_guide.services.creating_services.ngdoc | 10 ++--
.../dev_guide.services.injecting_controllers.ngdoc | 2 +-
.../dev_guide.services.managing_dependencies.ngdoc | 10 ++--
docs/content/guide/dev_guide.services.ngdoc | 2 +-
.../dev_guide.services.testing_services.ngdoc | 2 +-
...dev_guide.services.understanding_services.ngdoc | 14 ++---
.../guide/dev_guide.templates.css-styling.ngdoc | 10 ++--
docs/content/guide/dev_guide.unit-testing.ngdoc | 2 +-
docs/content/guide/directive.ngdoc | 26 ++++-----
docs/content/guide/expression.ngdoc | 6 +--
docs/content/guide/filter.ngdoc | 10 ++--
docs/content/guide/forms.ngdoc | 24 ++++-----
docs/content/guide/i18n.ngdoc | 2 +-
docs/content/guide/index.ngdoc | 12 ++---
docs/content/guide/migration.ngdoc | 2 +-
docs/content/guide/module.ngdoc | 2 +-
docs/content/guide/providers.ngdoc | 4 +-
docs/content/guide/scope.ngdoc | 62 +++++++++++-----------
docs/content/guide/templates.ngdoc | 8 +--
docs/content/misc/faq.ngdoc | 4 +-
docs/content/misc/started.ngdoc | 2 +-
docs/content/tutorial/step_00.ngdoc | 6 +--
docs/content/tutorial/step_02.ngdoc | 6 +--
docs/content/tutorial/step_03.ngdoc | 10 ++--
docs/content/tutorial/step_04.ngdoc | 2 +-
docs/content/tutorial/step_05.ngdoc | 12 ++---
docs/content/tutorial/step_07.ngdoc | 12 ++---
docs/content/tutorial/step_08.ngdoc | 2 +-
docs/content/tutorial/step_09.ngdoc | 4 +-
docs/content/tutorial/step_10.ngdoc | 2 +-
docs/content/tutorial/step_11.ngdoc | 8 +--
71 files changed, 243 insertions(+), 243 deletions(-)
(limited to 'docs/content')
diff --git a/docs/content/error/cacheFactory/iid.ngdoc b/docs/content/error/cacheFactory/iid.ngdoc
index 838ff75e..62e985e8 100644
--- a/docs/content/error/cacheFactory/iid.ngdoc
+++ b/docs/content/error/cacheFactory/iid.ngdoc
@@ -3,6 +3,6 @@
@fullName Invalid ID
@description
-This error occurs when trying to create a new `cache` object via {@link api/ng.$cacheFactory} with an ID that was already used to create another cache object.
+This error occurs when trying to create a new `cache` object via {@link ng.$cacheFactory} with an ID that was already used to create another cache object.
To resolve the error please use a different cache ID when calling `$cacheFactory`.
diff --git a/docs/content/error/compile/ctreq.ngdoc b/docs/content/error/compile/ctreq.ngdoc
index e3f46532..47c876a3 100644
--- a/docs/content/error/compile/ctreq.ngdoc
+++ b/docs/content/error/compile/ctreq.ngdoc
@@ -3,7 +3,7 @@
@fullName Missing Required Controller
@description
-This error occurs when {@link api/ng.$compile HTML compiler} tries to process a directive that specifies the {@link api/ng.$compile#description_comprehensive-directive-api_directive-definition-object `require` option} in a {@link api/ng.$compile#description_comprehensive-directive-api directive definition},
+This error occurs when {@link ng.$compile HTML compiler} tries to process a directive that specifies the {@link ng.$compile#description_comprehensive-directive-api_directive-definition-object `require` option} in a {@link ng.$compile#description_comprehensive-directive-api directive definition},
but the required directive controller is not present on the current DOM element (or its ancestor element, if `^` was specified).
To resolve this error ensure that there is no typo in the required controller name and that the required directive controller is present on the current element.
@@ -13,7 +13,7 @@ If the required controller is expected to be on a ancestor element, make ensure
If the required controller is optionally requested, use `?` or `^?` to specify that.
-Example of a directive that requires {@link api/ng.directive:ngModel ngModel} controller:
+Example of a directive that requires {@link ng.directive:ngModel ngModel} controller:
```
myApp.directive('myDirective', function() {
return {
@@ -29,7 +29,7 @@ This directive can then be used as:
```
-Example of a directive that optionally requires a {@link api/ng.directive:form form} controller from an ancestor:
+Example of a directive that optionally requires a {@link ng.directive:form form} controller from an ancestor:
```
myApp.directive('myDirective', function() {
return {
diff --git a/docs/content/error/compile/iscp.ngdoc b/docs/content/error/compile/iscp.ngdoc
index 0bfe216b..1450dec9 100644
--- a/docs/content/error/compile/iscp.ngdoc
+++ b/docs/content/error/compile/iscp.ngdoc
@@ -21,5 +21,5 @@ myModule.directive('directiveName', function factory() {
});
```
-Please refer to the {@link api/ng.$compile#description_comprehensive-directive-api_directive-definition-object
+Please refer to the {@link ng.$compile#description_comprehensive-directive-api_directive-definition-object
`scope` option} of the directive definition documentation to learn more about the API.
diff --git a/docs/content/error/compile/nonassign.ngdoc b/docs/content/error/compile/nonassign.ngdoc
index 3870c2ed..3a7d996b 100644
--- a/docs/content/error/compile/nonassign.ngdoc
+++ b/docs/content/error/compile/nonassign.ngdoc
@@ -4,7 +4,7 @@
@description
This error occurs when a directive defines an isolate scope property
-(using the `=` mode in the {@link api/ng.$compile#description_comprehensive-directive-api_directive-definition-object
+(using the `=` mode in the {@link ng.$compile#description_comprehensive-directive-api_directive-definition-object
`scope` option} of a directive definition) but the directive is used with an expression that is not-assignable.
In order for the two-way data-binding to work, it must be possible to write new values back into the path defined with the expression.
diff --git a/docs/content/error/compile/selmulti.ngdoc b/docs/content/error/compile/selmulti.ngdoc
index 8154cc67..51221ad8 100644
--- a/docs/content/error/compile/selmulti.ngdoc
+++ b/docs/content/error/compile/selmulti.ngdoc
@@ -3,9 +3,9 @@
@fullName Binding to Multiple Attribute
@description
-Binding to the `multiple` attribute of `select` element is not supported since switching between multiple and single mode changes the {@link api/ng.directive:ngModel `ngModel`} object type from instance to array of instances which breaks the model semantics.
+Binding to the `multiple` attribute of `select` element is not supported since switching between multiple and single mode changes the {@link ng.directive:ngModel `ngModel`} object type from instance to array of instances which breaks the model semantics.
-If you need to use different types of `select` elements in your template based on some variable, please use {@link api/ng.directive:ngIf ngIf} or {@link api/ng.directive:ngSwitch ngSwitch} directives to select one of them to be used at runtime.
+If you need to use different types of `select` elements in your template based on some variable, please use {@link ng.directive:ngIf ngIf} or {@link ng.directive:ngSwitch ngSwitch} directives to select one of them to be used at runtime.
Example with invalid usage:
diff --git a/docs/content/error/compile/tpload.ngdoc b/docs/content/error/compile/tpload.ngdoc
index 3e0da4ab..b2b4fb2d 100644
--- a/docs/content/error/compile/tpload.ngdoc
+++ b/docs/content/error/compile/tpload.ngdoc
@@ -3,9 +3,9 @@
@fullName Error Loading Template
@description
-This error occurs when {@link api/ng.$compile `$compile`} attempts to fetch a template from some URL, and the request fails.
+This error occurs when {@link ng.$compile `$compile`} attempts to fetch a template from some URL, and the request fails.
To resolve this error, ensure that the URL of the template is spelled correctly and resolves to correct absolute URL.
The [Chrome Developer Tools](https://developers.google.com/chrome-developer-tools/docs/network#network_panel_overview) might also be helpful in determining why the request failed.
-If you are using {@link api/ng.$templateCache} to pre-load templates, ensure that the cache was populated with the template.
+If you are using {@link ng.$templateCache} to pre-load templates, ensure that the cache was populated with the template.
diff --git a/docs/content/error/controller/noscp.ngdoc b/docs/content/error/controller/noscp.ngdoc
index 18a01e0c..26257546 100644
--- a/docs/content/error/controller/noscp.ngdoc
+++ b/docs/content/error/controller/noscp.ngdoc
@@ -3,7 +3,7 @@
@fullName Missing $scope object
@description
-This error occurs when {@link api/ng.$controller $controller} service is called in order to instantiate a new controller but no scope is provided via `$scope` property of the locals map.
+This error occurs when {@link ng.$controller $controller} service is called in order to instantiate a new controller but no scope is provided via `$scope` property of the locals map.
Example of incorrect usage that leads to this error:
```
@@ -18,4 +18,4 @@ To fix the example above please provide a scope to the $controller call:
$controller(MyController, {$scope, newScope});
```
-Please consult the {@link api/ng.$controller $controller} service api docs to learn more.
+Please consult the {@link ng.$controller $controller} service api docs to learn more.
diff --git a/docs/content/error/injector/cdep.ngdoc b/docs/content/error/injector/cdep.ngdoc
index 0e9769c4..0e6526b8 100644
--- a/docs/content/error/injector/cdep.ngdoc
+++ b/docs/content/error/injector/cdep.ngdoc
@@ -3,7 +3,7 @@
@fullName Circular Dependency
@description
-This error occurs when the {@link api/angular.injector $injector} tries to get
+This error occurs when the {@link angular.injector $injector} tries to get
a service that depends on itself, either directly or indirectly. To fix this,
construct your dependency chain such that there are no circular dependencies.
diff --git a/docs/content/error/injector/modulerr.ngdoc b/docs/content/error/injector/modulerr.ngdoc
index db3ca76b..4b92a5de 100644
--- a/docs/content/error/injector/modulerr.ngdoc
+++ b/docs/content/error/injector/modulerr.ngdoc
@@ -8,4 +8,4 @@ message above should provide additional context.
In AngularJS `1.2.0` and later, `ngRoute` has been moved to its own module.
If you are getting this error after upgrading to `1.2.x`, be sure that you've
-installed {@link api/ngRoute `ngRoute`}.
+installed {@link ngRoute `ngRoute`}.
diff --git a/docs/content/error/injector/nomod.ngdoc b/docs/content/error/injector/nomod.ngdoc
index 66e2a5ad..5f8fb1e6 100644
--- a/docs/content/error/injector/nomod.ngdoc
+++ b/docs/content/error/injector/nomod.ngdoc
@@ -5,7 +5,7 @@
This error occurs when trying to "re-open" a module that has not yet been defined.
-To define a new module, call {@link api/angular.module angular.module} with a name
+To define a new module, call {@link angular.module angular.module} with a name
and an array of dependent modules, like so:
```
diff --git a/docs/content/error/injector/pget.ngdoc b/docs/content/error/injector/pget.ngdoc
index c195767a..1772d348 100644
--- a/docs/content/error/injector/pget.ngdoc
+++ b/docs/content/error/injector/pget.ngdoc
@@ -22,5 +22,5 @@ angular.module("myApp", [])
.provider('good', GoodProvider);
```
-For more information, refer to the {@link api/AUTO.$provide#methods_provider
+For more information, refer to the {@link auto.$provide#methods_provider
$provide.provider} api doc.
\ No newline at end of file
diff --git a/docs/content/error/interpolate/noconcat.ngdoc b/docs/content/error/interpolate/noconcat.ngdoc
index c611b81a..0853544e 100644
--- a/docs/content/error/interpolate/noconcat.ngdoc
+++ b/docs/content/error/interpolate/noconcat.ngdoc
@@ -9,4 +9,4 @@ it hard to reason about whether some combination of concatenated values are
unsafe to use and could easily lead to XSS.
For more information about how AngularJS helps keep your app secure, refer to
-the {@link api/ng.$sce $sce} API doc.
\ No newline at end of file
+the {@link ng.$sce $sce} API doc.
\ No newline at end of file
diff --git a/docs/content/error/jqLite/nosel.ngdoc b/docs/content/error/jqLite/nosel.ngdoc
index 7009db6b..65df8f85 100644
--- a/docs/content/error/jqLite/nosel.ngdoc
+++ b/docs/content/error/jqLite/nosel.ngdoc
@@ -3,7 +3,7 @@
@fullName Unsupported Selector Lookup
@description
-In order to keep Angular small, Angular implements only a subset of the selectors in {@link api/angular.element#description_angulars-jqlite jqLite}.
+In order to keep Angular small, Angular implements only a subset of the selectors in {@link angular.element#description_angulars-jqlite jqLite}.
This error occurs when a jqLite instance is invoked with a selector other than this subset.
In order to resolve this error, rewrite your code to only use tag name selectors and manually traverse the DOM using the APIs provided by jqLite.
diff --git a/docs/content/error/location/ihshprfx.ngdoc b/docs/content/error/location/ihshprfx.ngdoc
index cb1189dd..8acab933 100644
--- a/docs/content/error/location/ihshprfx.ngdoc
+++ b/docs/content/error/location/ihshprfx.ngdoc
@@ -3,7 +3,7 @@
@fullName Missing Hash Prefix
@description
-This error occurs when {@link api/ng.$location $location} service is configured to use a hash prefix but this prefix was not present in a url that the `$location` service was asked to parse.
+This error occurs when {@link ng.$location $location} service is configured to use a hash prefix but this prefix was not present in a url that the `$location` service was asked to parse.
For example if you configure `$location` service with prefix `'!'`:
```
diff --git a/docs/content/error/location/ipthprfx.ngdoc b/docs/content/error/location/ipthprfx.ngdoc
index afbcda3f..55b75d86 100644
--- a/docs/content/error/location/ipthprfx.ngdoc
+++ b/docs/content/error/location/ipthprfx.ngdoc
@@ -3,6 +3,6 @@
@fullName Invalid or Missing Path Prefix
@description
-This error occurs when you configure the {@link api/ng.$location `$location`} service in the html5 mode, specify a base url for your application via `` element and try to update the location with a path that doesn't match the base prefix.
+This error occurs when you configure the {@link ng.$location `$location`} service in the html5 mode, specify a base url for your application via `` element and try to update the location with a path that doesn't match the base prefix.
To resolve this issue, please check the base url specified via the `` tag in the head of your main html document, as well as the url that you tried to set the location to.
diff --git a/docs/content/error/location/isrcharg.ngdoc b/docs/content/error/location/isrcharg.ngdoc
index 4f6f4b43..4b60ddd5 100644
--- a/docs/content/error/location/isrcharg.ngdoc
+++ b/docs/content/error/location/isrcharg.ngdoc
@@ -6,4 +6,4 @@
To resolve this error, ensure that the first argument for the `$location.search` call is a `string` or an object.
You can use the stack trace associated with this error to identify the call site that caused this issue.
-To learn more, please consult the {@link api/ng.$location `$location`} api docs.
+To learn more, please consult the {@link ng.$location `$location`} api docs.
diff --git a/docs/content/error/ngModel/nonassign.ngdoc b/docs/content/error/ngModel/nonassign.ngdoc
index 33894c49..cc6e3f71 100644
--- a/docs/content/error/ngModel/nonassign.ngdoc
+++ b/docs/content/error/ngModel/nonassign.ngdoc
@@ -3,7 +3,7 @@
@fullName Non-Assignable Expression
@description
-This error occurs when expression the {@link api/ng.directive:ngModel ngModel} directive is bound to is a non-assignable expression.
+This error occurs when expression the {@link ng.directive:ngModel ngModel} directive is bound to is a non-assignable expression.
Examples using assignable expressions include:
@@ -24,4 +24,4 @@ Examples of non-assignable expressions include:
Always make sure that the expression bound via `ngModel` directive can be assigned to.
-For more information, see the {@link api/ng.directive:ngModel ngModel API doc}.
+For more information, see the {@link ng.directive:ngModel ngModel API doc}.
diff --git a/docs/content/error/ngOptions/iexp.ngdoc b/docs/content/error/ngOptions/iexp.ngdoc
index a4515048..47f387d8 100644
--- a/docs/content/error/ngOptions/iexp.ngdoc
+++ b/docs/content/error/ngOptions/iexp.ngdoc
@@ -10,4 +10,4 @@ Here's an example of correct syntax: