Files
angular.js/test
frederikprijck d85b3f56ac fix(ngValue): correctly update the value property when value is undefined
Previously, when the expression evaluated to `undefined` the `value` property
was not updated. This happened because jqLite/jQuery's `prop(_, undefined)` is
treated as a getter, thus not apdating the property.

This commit fixes it by setting the property to `null` instead.
(On IE9 we use `''` - see inline comments for more info.)

Fixes #15603

Closes #15605
2017-01-18 19:01:11 +02:00
..
2016-10-29 17:40:21 +02:00
2016-10-29 17:40:21 +02:00
2016-10-29 17:40:21 +02:00
2016-10-29 17:40:21 +02:00
2016-10-29 17:40:21 +02:00