angular/modules/examples/src/material
vsavkin 7b511462af refactor(core): renamed injectables into appInjector
BREAKING CHANGES

Before:

@Component({injectables: [Type]} class MyCmp{}

After:

@Component({appInjector: [Type]} class MyCmp{}
2015-05-18 18:30:52 -07:00
..
button fix(examples): prefix directives with Ng 2015-05-13 11:56:50 +02:00
checkbox chore(material): add simple e2e smoke tests for components. 2015-05-07 15:13:30 -07:00
dialog refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
grid_list chore(material): add e2e smoke tests for a few more components. 2015-05-18 14:34:36 -07:00
input feat(material): early version of md-input 2015-05-08 11:16:18 -07:00
progress-linear chore(material): add simple e2e smoke tests for components. 2015-05-07 15:13:30 -07:00
radio refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
switcher chore: rename switch to ng-switch 2015-05-12 15:32:44 -07:00
demo_common.js chore(material): add simple e2e smoke tests for components. 2015-05-07 15:13:30 -07:00