SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 95 JavaScript

fix(select): invalidate when 'multiple`, `required` and model is `[]`

When `multiple` attribute is set on a `<select>` control and the model value is an empty array,
we should invalidate the control.  Previously, this directive was using incorrect logic for
determining if the model was empty.

Closes #5337
C
Caitlin Potter committed
5c97731a22ed87d64712e673efea0e8a05eae65f
Parent: b2e472e
Committed by Pete Bacon Darwin <pete@bacondarwin.com> on 12/17/2013, 1:10:40 PM