From 53fe0fa192a5c6e0c0ec6dc0f7aa73cf204a5cd3 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Sat, 3 Oct 2015 12:38:22 +0300 Subject: [PATCH] Fix changelog before\after sample display correctly `feat(core): remove the (^ syntax and make all DOM events bubbling` sample Closes #4491 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d830793668..0859e3190d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -374,13 +374,17 @@ This is not the case any more. To access that binding, remove the constraint. [remove the (^ syntax and make all DOM events bubbling)](https://github.com/angular/angular/commit/60ce8846710338228bc7db3d3c808c166e15e931) * Before +```html
+``` * After +```html
+``` #### Properties/Events (Inputs/Outputs)