We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29714a3 commit 63fb60dCopy full SHA for 63fb60d
CHANGELOG.md
@@ -154,7 +154,7 @@ Closes #8492
154
155
In html5 mode without a `<base>` tag on older browser that don't support the history API
156
relative paths were adding up. E.g. clicking on `<a href="page1">` and then on `<a href="page2">`
157
-would produce `$location.path()==='/page1/page2'. The code that introduced this behavior was removed
+would produce `$location.path()==='/page1/page2'`. The code that introduced this behavior was removed
158
and Angular now also requires a `<base>` tag to be present when using html5 mode.
159
160
Closes #8172, #8233
0 commit comments