multi-select icon indicating copy to clipboard operation
multi-select copied to clipboard

How to get the array of values in seletction table?

Open thanhtan541 opened this issue 8 years ago • 1 comments

thanhtan541 avatar Jun 14 '17 15:06 thanhtan541

The same question.

This code not working, the list for select is empty:

<select name="controllers-select[]"
        id="controllers-select"
        ng-model="selectedItems"
        multiple
        ng-multiple="true">
  <option ng-repeat="item in jobs.listControllers"
          value="{{item.id}}">
    {{item .description}}
  </option>
</select>

ignacioalv avatar Jun 21 '17 14:06 ignacioalv