You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ng/location.js
+67-43
Original file line number
Diff line number
Diff line change
@@ -408,7 +408,10 @@ function locationGetterSetter(property, preprocess) {
408
408
* @requires $rootElement
409
409
*
410
410
* @description
411
-
* The $location service parses the URL in the browser address bar (based on the {@link https://developer.mozilla.org/en/window.location window.location}) and makes the URL available to your application. Changes to the URL in the address bar are reflected into $location service and changes to $location are reflected into the browser address bar.
411
+
* The $location service parses the URL in the browser address bar (based on the
412
+
* {@link https://developer.mozilla.org/en/window.location window.location}) and makes the URL
413
+
* available to your application. Changes to the URL in the address bar are reflected into
414
+
* $location service and changes to $location are reflected into the browser address bar.
412
415
*
413
416
* **The $location service:**
414
417
*
@@ -421,7 +424,8 @@ function locationGetterSetter(property, preprocess) {
421
424
* - Clicks on a link.
422
425
* - Represents the URL object as a set of methods (protocol, host, port, path, search, hash).
423
426
*
424
-
* For more information see {@link guide/dev_guide.services.$location Developer Guide: Angular Services: Using $location}
427
+
* For more information see {@link guide/dev_guide.services.$location Developer Guide: Angular
428
+
* Services: Using $location}
425
429
*/
426
430
427
431
/**
@@ -470,65 +474,73 @@ function $LocationProvider(){
0 commit comments