angular/modules/examples/e2e_test
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
..
async style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
hello_world style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
http chore: update all import paths 2015-08-25 15:33:23 -07:00
jsonp chore: update all import paths 2015-08-25 15:33:23 -07:00
key_events style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
material feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
message_broker chore: update all import paths 2015-08-25 15:33:23 -07:00
model_driven_forms style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
order_management style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
person_management style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
routing chore: update all import paths 2015-08-25 15:33:23 -07:00
sourcemap style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
template_driven_forms style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
web_workers chore: update all import paths 2015-08-25 15:33:23 -07:00
zippy_component style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00