Guest User

Untitled

a guest
Feb 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <md-chips class="custom-chips" ng-model="obj.varcodeObjs" readonly="readonly"
  2. md-transform-chip="newBarcode($chip)" md-removable="removable" placeholder="Add Barcodes"
  3. input-aria-label="Barcodes">
  4. <md-chip-template>
  5. <span>
  6. <strong> {{$chip}}</strong><!--[{{$index}}]-->
  7.  
  8. </span>
  9. </md-chip-template>
  10. <button md-chip-remove class="md-primary barcodechip" aria-label="Remove {{$chip}}">
  11. <md-icon md-svg-icon="md-close"></md-icon>
  12. </button>
  13. </md-chips>
Add Comment
Please, Sign In to add comment