Socket
Socket
Sign inDemoInstall

angular-formly-material

Package Overview
Dependencies
7
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-formly-material

Material design templates for angular-formly


Version published
Weekly downloads
32
decreased by-60%
Maintainers
1
Install size
14.3 MB
Created
Weekly downloads
 

Changelog

Source

0.14.3 - 2016-06-23

Added

  • Allow to add step attribute on every field (6bc6989)

Fixed

  • (chips, select) Bind callback functions by using statement (#45)

Readme

Source

FormlyMaterial

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


Chat

Join the chat at https://gitter.im/formly-js/angular-formly-templates-material

Versions

GitHub version npm version Bower version

Code

Build Status Coverage Status Codacy Badge


Table of contents


Install

npm install angular-formly-material
bower install angular-formly-material
meteor add formly:angular-formly-templates-material

Getting Started

  1. Add package using one of methods above
  2. Add the following dependencies to your AngularJS module:
angular.module('myAppName', [
    'formlyMaterial'
  ])

Demo

Visit formly-material.meteor.com

Requests?

Maybe you need some new feature? Go here:

https://github.com/formly-js/angular-formly-templates-material/issues/4

Requirements

  • angular ~ 1.4.0
  • angular-messages ~ 1.4.0
  • angular-material ~ 1.0.0
  • angular-formly ~ 7.3.0

Components

Any requests? Add issue!

Fields

Wrappers

Common settings

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.

Keywords

FAQs

Last updated on 23 Jun 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc