angular/modules/angular2/test/core/render
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
..
dom feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
api_spec.ts refactor(view): remove hostActions 2015-08-27 22:32:21 -07:00
event_config_spec.ts feat(WebWorkers): Add WebSocket MessageBuses for debugging apps 2015-08-26 19:07:53 -07:00
xhr_impl_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
xhr_mock_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00