mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-17 02:41:49 +08:00
docs(changelog): fix inline formatting
This commit is contained in:
committed by
Brian Ford
parent
29714a34ab
commit
63fb60de86
@@ -154,7 +154,7 @@ Closes #8492
|
||||
|
||||
In html5 mode without a `<base>` tag on older browser that don't support the history API
|
||||
relative paths were adding up. E.g. clicking on `<a href="page1">` and then on `<a href="page2">`
|
||||
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
|
||||
and Angular now also requires a `<base>` tag to be present when using html5 mode.
|
||||
|
||||
Closes #8172, #8233
|
||||
|
||||
Reference in New Issue
Block a user