Merge pull request #19061 from christianwach/lab-core-2217
[civicrm-core.git] / ang / crmMailing / EditRecipOptionsDialogCtrl.html
index 56faec438aa814e61bf00876a5069c1170702cd7..1f6a7d3fe7285c530fd51ae2ea8cd93edb8f871c 100644 (file)
@@ -20,7 +20,7 @@
           >
           <option value="">{{:: ts('Automatic') }}</option>
           <option ng-repeat="locType in model.fields.location_type_id.options"
-                  ng-value="locType.key">{{locType.value}}</option>
+                  value="{{ locType.key }}">{{locType.value}}</option>
         </select>
       </div>
 
@@ -32,7 +32,7 @@
           ng-model="model.mailing.email_selection_method"
           >
           <option ng-repeat="selMet in model.fields.email_selection_method.options"
-                  ng-value="selMet.key">{{selMet.value}}</option>
+                  value="{{ selMet.key }}">{{selMet.value}}</option>
         </select>
       </div>