diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index e93e1e5259ea..c741c45d054e 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -60,7 +60,7 @@ changes to $location are reflected into the browser address bar. aware of docroot/context from which the application is loaded - no - window.location.path returns "/docroot/actual/path" + no - window.location.pathname returns "/docroot/actual/path" yes - $location.path() returns "/actual/path"