angular-cn/modules/angular2/docs
vsavkin 60ce884671 feat(core): remove the (^ syntax and make all DOM events bubbling
BREAKING CHANGE

Before
<div (^click)="onEventHandler()">
  <button></button>
</div>

After
<div (click)="onEventHandler()">
  <button></button>
</div>

Closes #3864
2015-09-01 15:54:47 +00:00
..
change_detection docs(change_detection): add explicit @name and @description 2015-02-17 08:08:47 +00:00
core feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
di doc(di): minor fixes 2015-08-15 16:06:01 +00:00