Material Design Templates for Angular-Formly. Modern & flexible forms configured easily in a JSON object.
There is no official Angular Formly package in Atmosphere so you have to add it manually.
meteor add wieldo:angular-formly-templates-material
- Add package using
meteor add
(see above) - Add angular-formly files to your project
- Add the following dependencies to your AngularJS module:
angular.module('myAppName', [
'formlyMaterial'
])
rest of angular-material directive in near future
- input
- checkbox
- mdInputContainer
- label
- ngMessages
- add md-chips
- add md-datepicker
- add md-icon wrapper
- add md-radio-button and md-radio-group
- add md-select
- e2e tests
- Requests (?). Post an issue.