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
+4-4
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,7 @@ function locationGetterSetter(property, preprocess) {
405
405
*
406
406
* @requires $browser
407
407
* @requires $sniffer
408
-
* @requires $document
408
+
* @requires $rootElement
409
409
*
410
410
* @description
411
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.
0 commit comments