From acdd35cf651fb0b384277a47327e946a8ab3b310 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 16 Sep 2015 12:23:24 -0700 Subject: [PATCH] [Forms] Fix select control Use ng-show instead of ng-if to suppress the 'Select One' option after user has chosen something in a select box; the latter appears to be incompatible with Angular 1.4.x. nasa/openmct#113 --- platform/forms/res/templates/controls/select.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/platform/forms/res/templates/controls/select.html b/platform/forms/res/templates/controls/select.html index dab63f96f3..c8688a0010 100644 --- a/platform/forms/res/templates/controls/select.html +++ b/platform/forms/res/templates/controls/select.html @@ -20,11 +20,11 @@ at runtime from the About dialog for additional information. -->
- +