From 63fb60de86bd743791c590b27d9ab2f704cb8a57 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 30 Aug 2014 15:22:07 +0100 Subject: [PATCH] docs(changelog): fix inline formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d91358..9f94b776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -154,7 +154,7 @@ Closes #8492 In html5 mode without a `` tag on older browser that don't support the history API relative paths were adding up. E.g. clicking on `` and then on `` -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 `` tag to be present when using html5 mode. Closes #8172, #8233