vendredi 9 décembre 2016

how to get both values from checkbox and radio values in ng repeat

My Plunker

I"m having a condition

  1. <div ng-show="get_ingredientTypeName_values.maxVal == 5"> if it was maxval == 5 then it would show as checkbox value

  2. <div ng-show="get_ingredientTypeName_values.maxVal == 1"> if it was minval == 1 then it would show as radio value

I want to push both the checkbox value and radio values to an array while on click a button

Aucun commentaire:

Enregistrer un commentaire