Skip to content

Anthropic/angular-schema-form-material

 
 

Repository files navigation

Angular Material Decorator

For https://github.com/Textalk/angular-schema-form

Very very very much work in progress.

To test clone repo and:

npm install
bower install
gulp minify

Start favorite http server (http-server or puer for instance) and open examples/material-example.html

There is also a gulp watch task that minifys on change.

Known Issues

  • Almost nothing work
  • Needs development branch of angular schema form
  • Only inputs and textarea are implemented
  • ngModelOptions doesn't work
  • Angular material theme only works when $mdThemingProvider.alwaysWatchTheme(true); is used.

About

Angular Material decorator for Angular Schema Form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.4%
  • JavaScript 13.6%