Material design templates for angular-formly
npm install angular-formly-materialMaterial Design Templates for Angular-Formly. Modern & flexible forms configured easily in a JSON object.
---
Chat

Versions



Code



---
- Install
- Getting Started
- Demo
- Requests?
- Requirements
- Components
- Fields
- Wrappers
- Common settings
- Theme
---
```
npm install angular-formly-material
``
bower install angular-formly-material
``
meteor add formly:angular-formly-templates-material
1. Add package using one of methods above
2. Add the following dependencies to your AngularJS module:
`javascript``
angular.module('myAppName', [
'formlyMaterial'
])
Visit formly-material.meteor.com
Maybe you need some new feature? Go here:
https://github.com/formly-js/angular-formly-templates-material/issues/4
- angular ~ 1.4.0
- angular-messages ~ 1.4.0
- angular-material ~ 1.0.0
- angular-formly ~ 7.3.0
Any requests? Add issue!
- checkbox
- chips
- datepicker
- input
- radio
- select
- slider
- switch
- textarea
- divider
- inputContainer
- label
- messages
#### templateOptions.label : string
#### templateOptions.theme : string
Value of md-theme used on field
#### templateOptions.disabled _: boolean_
#### templateOptions.className _: expression_
equivalent to ng-class on ng-model
---
Requests (?). Post an issue.