@@ -205,8 +205,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
205
205
206
206
/**
207
207
* @ngdoc method
208
- * @name angular.service .$location#absUrl
209
- * @methodOf angular.service .$location
208
+ * @name angular.module.NG .$location#absUrl
209
+ * @methodOf angular.module.NG .$location
210
210
*
211
211
* @description
212
212
* This method is getter only.
@@ -220,8 +220,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
220
220
221
221
/**
222
222
* @ngdoc method
223
- * @name angular.service .$location#url
224
- * @methodOf angular.service .$location
223
+ * @name angular.module.NG .$location#url
224
+ * @methodOf angular.module.NG .$location
225
225
*
226
226
* @description
227
227
* This method is getter / setter.
@@ -246,8 +246,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
246
246
247
247
/**
248
248
* @ngdoc method
249
- * @name angular.service .$location#protocol
250
- * @methodOf angular.service .$location
249
+ * @name angular.module.NG .$location#protocol
250
+ * @methodOf angular.module.NG .$location
251
251
*
252
252
* @description
253
253
* This method is getter only.
@@ -260,8 +260,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
260
260
261
261
/**
262
262
* @ngdoc method
263
- * @name angular.service .$location#host
264
- * @methodOf angular.service .$location
263
+ * @name angular.module.NG .$location#host
264
+ * @methodOf angular.module.NG .$location
265
265
*
266
266
* @description
267
267
* This method is getter only.
@@ -274,8 +274,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
274
274
275
275
/**
276
276
* @ngdoc method
277
- * @name angular.service .$location#port
278
- * @methodOf angular.service .$location
277
+ * @name angular.module.NG .$location#port
278
+ * @methodOf angular.module.NG .$location
279
279
*
280
280
* @description
281
281
* This method is getter only.
@@ -288,8 +288,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
288
288
289
289
/**
290
290
* @ngdoc method
291
- * @name angular.service .$location#path
292
- * @methodOf angular.service .$location
291
+ * @name angular.module.NG .$location#path
292
+ * @methodOf angular.module.NG .$location
293
293
*
294
294
* @description
295
295
* This method is getter / setter.
@@ -310,8 +310,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
310
310
311
311
/**
312
312
* @ngdoc method
313
- * @name angular.service .$location#search
314
- * @methodOf angular.service .$location
313
+ * @name angular.module.NG .$location#search
314
+ * @methodOf angular.module.NG .$location
315
315
*
316
316
* @description
317
317
* This method is getter / setter.
@@ -343,8 +343,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
343
343
344
344
/**
345
345
* @ngdoc method
346
- * @name angular.service .$location#hash
347
- * @methodOf angular.service .$location
346
+ * @name angular.module.NG .$location#hash
347
+ * @methodOf angular.module.NG .$location
348
348
*
349
349
* @description
350
350
* This method is getter / setter.
@@ -360,8 +360,8 @@ LocationUrl.prototype = LocationHashbangUrl.prototype = {
360
360
361
361
/**
362
362
* @ngdoc method
363
- * @name angular.service .$location#replace
364
- * @methodOf angular.service .$location
363
+ * @name angular.module.NG .$location#replace
364
+ * @methodOf angular.module.NG .$location
365
365
*
366
366
* @description
367
367
* If called, all changes to $location during current `$digest` will be replacing current history
@@ -395,8 +395,8 @@ function locationGetterSetter(property, preprocess) {
395
395
396
396
397
397
/**
398
- * @ngdoc service
399
- * @name angular.service .$location
398
+ * @ngdoc object
399
+ * @name angular.module.NG .$location
400
400
*
401
401
* @requires $browser
402
402
* @requires $sniffer
0 commit comments