You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lupickertable.html 321B

12345678
  1. <div class="col-sm-3">
  2. Selected items:
  3. <div ng-repeat="item in pickerOptions.pickedItems" ng-click="unPickItem(item)"
  4. class="col-sm-12 lu-picker-table-picked-items">
  5. {{ pickerOptions.getItemText(item) }}
  6. </div>
  7. </div>
  8. <lu-basic-table options="pickerOptions" class="col-sm-9"></lu-basic-table>