Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <template>
  2. <div>
  3. <md-chip md-close="false">
  4. <img src="images/chips-sample-1.jpg" alt="Contact Person">
  5. Jane Doe
  6. </md-chip>
  7. <md-chip md-close="true">
  8. <img src="images/chips-sample-1.jpg" alt="Contact Person">
  9. Jane Doe
  10. </md-chip>
  11. </div>
  12. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement