angular-docs-cn/modules/angular2_material/src
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
..
components feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
core chore: update all import paths 2015-08-25 15:33:23 -07:00