Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-formly-material

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-formly-material

Material design templates for angular-formly

  • 0.7.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
65
increased by47.73%
Maintainers
1
Weekly downloads
 
Created
Source

FormlyMaterial

Join the chat at https://gitter.im/formly-js/angular-formly-templates-material GitHub version Build Status Coverage Status Codacy Badge

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

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'
  ])

Requirements

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

Components

Any requests? Add issue!

Fields

Wrappers

Common settings

label (string)

Text used as a field's label

theme (string)

Value of md-theme used on field

Roadmap

  • add md-chips
  • add md-datepicker
  • add md-icon wrapper
  • add md-slider with min, max, step and discrete options
  • add md-select
  • multiple in md-select
  • add groups to md-select
  • add valueProp, labelProp to md-select
  • add md-radio with valueProp and labelProp
  • add textarea with cols and rows
  • md-theme
  • e2e tests

Requests (?). Post an issue.

Keywords

FAQs

Package last updated on 14 Dec 2015

Did you know?

Socket

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc