angular_material 0.6.6
angular_material: ^0.6.6 copied to clipboard
Material Design implementation on Angular Dart.
#Version 0.6
#Bug fixes
- Center point of ripples is incorrect
- Restore touch support
- Material doesn't work on Tabs and Pills
#Version 0.5
##Features
- Add handler on change to checkbox
- Add handler on change to elements marked form-control class
- Add handler on change to file input elements marked form-control-wrapper class
- Add handler on key down to elements marked form-control class
- Add handler on past to elements marked form-control class
- Add handler on key up to elements marked form-control class
- Add handler on focus to file input elements marked form-control-wrapper class
- Add handler on blur to file input elements marked form-control-wrapper class
#Version 0.4
##Features
Add Ripple effect support to:
- button,
- images,
- navbar,
- dropdown-menu,
- nav-tabs
#Version 0.3
##Features
- CheckboxElement
- ToggleButtonElement
- RadioButtonElement
#Version 0.2
##Features
- InputElement
- TextareaElement
- SelectElement
#Version 0.1
##Features
- Ripple effect
- Material
- Tests