PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
506 stars 45 forks source link

Store values of input[radio,checkbox], textarea, select #34

Closed actra-gschuster closed 7 years ago

actra-gschuster commented 7 years ago

Now gets values of inputs (including "checked" status radios, checkboxes), textareas and selects (including multiselects) Tries to identify the elements as exact as possible, falls back to numeric index when identification fails

PatrickJS commented 7 years ago

@actra-gschuster thanks

cgatian commented 7 years ago

@gdi2290 Any idea when this change will be pushed to npm?