Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.04 KB

File metadata and controls

53 lines (36 loc) · 1.04 KB

FormlyMaterial

Material Design Templates for Angular-Formly. Modern & flexible forms configured easily in a JSON object.

Add Angular Formly

There is no official Angular Formly package in Atmosphere so you have to add it manually.

Install

meteor add wieldo:angular-formly-templates-material

Getting Started

  1. Add package using meteor add (see above)
  2. Add angular-formly files to your project
  3. Add the following dependencies to your AngularJS module:
angular.module('myAppName', [
    'formlyMaterial'
  ])

Components

rest of angular-material directive in near future

Fields

  • input
  • checkbox

Wrappers

  • mdInputContainer
  • label
  • ngMessages

Roadmap

  • 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.

Bitdeli Badge