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 217B

123456
  1. <div class="col-sm-3">
  2. <div ng-repeat="item in pickerOptions.pickedItems">
  3. {{ pickerOptions.getItemText(item) }}
  4. </div>
  5. </div>
  6. <lu-basic-table options="pickerOptions" class="col-sm-9"></lu-basic-table>