dragg / ngmodel-format

format for ng-model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

format for ng-model.


Languages

Language:JavaScript 78.9%Language:HTML 21.1%