angular/modules/examples
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
..
e2e_test feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
src feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
test/benchpress style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
pubspec.yaml chore(transform): Remove reflection_entry_points from examples pubspec 2015-08-26 17:36:26 +00:00