formly-js / angular-formly

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

fix(resetModel): Updated resetModel to set the form to pristine #578

Closed tuckerjt07 closed 8 years ago

tuckerjt07 commented 8 years ago

Updated the resetModel function to set call on the form as well as the fields

574

codecov-io commented 8 years ago

Current coverage is 95.88%

Merging #578 into master will increase coverage by +0.01% as of 848fa67

@@            master    #578   diff @@
======================================
  Files           16      16       
  Stmts         1114    1117     +3
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit           1068    1071     +3
  Partial          0       0       
  Missed          46      46       

Review entire Coverage Diff as of 848fa67


Uncovered Suggestions

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

Powered by Codecov. Updated on successful CI builds.

kentcdodds commented 8 years ago

Thank you! :-) this should be released automatically in a few minutes.

tuckerjt07 commented 8 years ago

You're welcome, glad to help.