diff options
| author | Misko Hevery | 2011-11-09 22:23:36 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:16 -0800 |
| commit | 57c37a21d1d876dd638bca1de21d59a9e639843e (patch) | |
| tree | b2c8a71591683baa9b36af0559d993af94f2a3d9 /src/service/location.js | |
| parent | 74fac45f48acd5b2fc57befd7dd7739805e330c3 (diff) | |
| download | angular.js-57c37a21d1d876dd638bca1de21d59a9e639843e.tar.bz2 | |
doc(service): update docs for the moved services
Diffstat (limited to 'src/service/location.js')
| -rw-r--r-- | src/service/location.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/service/location.js b/src/service/location.js index 11a69e96..d7286291 100644 --- a/src/service/location.js +++ b/src/service/location.js @@ -205,8 +205,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#absUrl - * @methodOf angular.service.$location + * @name angular.module.NG.$location#absUrl + * @methodOf angular.module.NG.$location * * @description * This method is getter only. @@ -220,8 +220,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#url - * @methodOf angular.service.$location + * @name angular.module.NG.$location#url + * @methodOf angular.module.NG.$location * * @description * This method is getter / setter. @@ -246,8 +246,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#protocol - * @methodOf angular.service.$location + * @name angular.module.NG.$location#protocol + * @methodOf angular.module.NG.$location * * @description * This method is getter only. @@ -260,8 +260,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#host - * @methodOf angular.service.$location + * @name angular.module.NG.$location#host + * @methodOf angular.module.NG.$location * * @description * This method is getter only. @@ -274,8 +274,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#port - * @methodOf angular.service.$location + * @name angular.module.NG.$location#port + * @methodOf angular.module.NG.$location * * @description * This method is getter only. @@ -288,8 +288,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#path - * @methodOf angular.service.$location + * @name angular.module.NG.$location#path + * @methodOf angular.module.NG.$location * * @description * This method is getter / setter. @@ -310,8 +310,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#search - * @methodOf angular.service.$location + * @name angular.module.NG.$location#search + * @methodOf angular.module.NG.$location * * @description * This method is getter / setter. @@ -343,8 +343,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#hash - * @methodOf angular.service.$location + * @name angular.module.NG.$location#hash + * @methodOf angular.module.NG.$location * * @description * This method is getter / setter. @@ -360,8 +360,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = { /** * @ngdoc method - * @name angular.service.$location#replace - * @methodOf angular.service.$location + * @name angular.module.NG.$location#replace + * @methodOf angular.module.NG.$location * * @description * If called, all changes to $location during current `$digest` will be replacing current history @@ -395,8 +395,8 @@ function locationGetterSetter(property, preprocess) { /** - * @ngdoc service - * @name angular.service.$location + * @ngdoc object + * @name angular.module.NG.$location * * @requires $browser * @requires $sniffer |
