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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678 | <div class="col-sm-3">
    Selected items:
    <div ng-repeat="item in pickerOptions.pickedItems" ng-click="unPickItem(item)"
         class="col-sm-12 lu-picker-table-picked-items">
        {{ pickerOptions.getItemText(item) }}
    </div>
</div>
<lu-basic-table options="pickerOptions" class="col-sm-9"></lu-basic-table>
 |