formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 404 forks source link

fix(formly-field): issue number 566 - Breaking change in 7.3.2 #569

Closed MCKRUZ closed 8 years ago

MCKRUZ commented 8 years ago

Updated code to properly save alpha numeric values

codecov-io commented 8 years ago

Current coverage is 95.93%

Merging #569 into master will not affect coverage as of e966692

@@            master    #569   diff @@
======================================
  Files           16      16       
  Stmts         1106    1106       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           1061    1061       
  Partial          0       0       
  Missed          45      45       

Review entire Coverage Diff as of e966692


Uncovered Suggestions

  1. +0.36% via ...alidationMessages.js#25...28
  2. +0.27% via src/test.utils.js#38...40
  3. +0.27% via ...s/formlyUsability.js#18...20
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

aluanhaddad commented 8 years ago

@kentcdodds Any chance this will be merged soon?

MCKRUZ commented 8 years ago

I think this is just an old merge. If you check the code the fix should be in there.

kentcdodds commented 8 years ago

Thanks @MCKRUZ :-)

aluanhaddad commented 8 years ago

Awesome. Thanks.