Merge remote-tracking branch 'github-open/open113' into open-master

This commit is contained in:
Pete Richards 2015-09-22 13:45:04 -07:00
commit 8611926533

View File

@ -20,11 +20,11 @@
at runtime from the About dialog for additional information.
-->
<div class='form-control select'>
<select
ng-model="ngModel[field]"
ng-options="opt.value as opt.name for opt in options"
ng-required="ngRequired"
name="mctControl">
<option value="" ng-if="!ngModel[field]">- Select One -</option>
</select>
<select
ng-model="ngModel[field]"
ng-options="opt.value as opt.name for opt in options"
ng-required="ngRequired"
name="mctControl">
<option value="" ng-show="!ngModel[field]">- Select One -</option>
</select>
</div>