Skip to content

Commit

Permalink
Parse HTML in multiple select views (#490)
Browse files Browse the repository at this point in the history
"One image is worth a thousand words": http://imgur.com/a/CY0ol
  • Loading branch information
DanielKucal authored and valorkin committed Jan 17, 2017
1 parent 7cbeb46 commit 93ed189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ let styles = `
<a class="close"
style="margin-left: 5px; padding: 0;"
(click)="remove(a)">&times;</a>
<span>{{a.text}}</span>
<span [innerHtml]="sanitize(a.text)"></span>
</span>
</span>
</span>
Expand Down

0 comments on commit 93ed189

Please sign in to comment.