diff options
| author | Peter Bacon Darwin | 2014-02-14 15:46:54 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:44 +0000 | 
| commit | cb1efd818be0b8622d1ffe4340241d85b9690b8e (patch) | |
| tree | 9b1f4b6815c0bd8a623a1ad441c22a4c77774504 | |
| parent | f5575782c4e8085e6f71f69ec2e368d1b4bdc795 (diff) | |
| download | angular.js-cb1efd818be0b8622d1ffe4340241d85b9690b8e.tar.bz2 | |
docs($locationProvider): tag as a provider rather than object
| -rw-r--r-- | src/ng/location.js | 2 | 
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. | 
