angular/modules/angular2_material/src/components/checkbox
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
..
checkbox.html feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
checkbox.scss feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
checkbox.ts refactor(ViewEncapsulation): rename to PascalCase 2015-08-31 21:32:10 +00:00