angular/modules/angular2/src/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.ts refactor(ViewEncapsulation): rename to PascalCase 2015-08-31 21:32:10 +00:00
event_config.ts feat(WebWorkers): Add WebSocket MessageBuses for debugging apps 2015-08-26 19:07:53 -07:00
render.ts chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
xhr.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
xhr_impl.dart chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
xhr_impl.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
xhr_mock.ts chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00