Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 725 Bytes

File metadata and controls

21 lines (17 loc) · 725 Bytes

#angular-easy-form Build Status

Grunt command

  1. grunt build build the src
  2. grunt dev compile the source & demo, start dev server
  3. grunt docs generate docs file (incomplete)
  4. grunt test run test suit

Todo list

  • move out depends third-party's input to separately project
  • improve translate method
  • better to translate placehold (not use filter)
  • add a controller layer for input
  • move validation to a validation service layer
  • documentation
  • etc ...

Hints

  1. form element do not support radios
  2. ng-form do not support <button type='submit'>