Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 531 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 531 Bytes

ngmodel.format

Build Status

  • angular format for input/select ... ng-model stuff, the model value will be not same as view value.

  • there are some default format: currency, digit,int,float.

  • You can easy to change it, just inject modelFormatConfig constant into you module config for all of you application. and you also can just set default formatter on element attribute to change this format.