aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-14 15:46:54 +0000
committerPeter Bacon Darwin2014-02-16 19:03:44 +0000
commitcb1efd818be0b8622d1ffe4340241d85b9690b8e (patch)
tree9b1f4b6815c0bd8a623a1ad441c22a4c77774504
parentf5575782c4e8085e6f71f69ec2e368d1b4bdc795 (diff)
downloadangular.js-cb1efd818be0b8622d1ffe4340241d85b9690b8e.tar.bz2
docs($locationProvider): tag as a provider rather than object
-rw-r--r--src/ng/location.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/location.js b/src/ng/location.js
index f22848e9..c4b7545d 100644
--- a/src/ng/location.js
+++ b/src/ng/location.js
@@ -513,7 +513,7 @@ function locationGetterSetter(property, preprocess) {
*/
/**
- * @ngdoc object
+ * @ngdoc provider
* @name $locationProvider
* @description
* Use the `$locationProvider` to configure how the application deep linking paths are stored.