We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c5e65 commit 39e2509Copy full SHA for 39e2509
docs/content/guide/$location.ngdoc
@@ -60,7 +60,7 @@ changes to $location are reflected into the browser address bar.
60
61
<tr>
62
<td class="head">aware of docroot/context from which the application is loaded</td>
63
- <td>no - window.location.path returns "/docroot/actual/path"</td>
+ <td>no - window.location.pathname returns "/docroot/actual/path"</td>
64
<td>yes - $location.path() returns "/actual/path"</td>
65
</tr>
66
0 commit comments