I'm trying to validate a multiple ui-select using ng-messages and angular 1.3. The $touched
property is not being set on first interaction, i.e. click inside the select and then click outside. However, this works for textarea element.
Including the plnk. Could someone say what is wrong here? TIA.