salix/front/core/components/chip/index.html

13 lines
265 B
HTML
Raw Normal View History

2021-06-17 13:09:04 +00:00
<div
ng-transclude="prepend"
class="prepend"></div>
2019-10-18 19:36:30 +00:00
<div ng-transclude></div>
2021-06-17 13:09:04 +00:00
<div
ng-transclude="append"
class="append"></div>
2019-10-18 19:36:30 +00:00
<vn-icon
2021-06-17 13:09:04 +00:00
ng-click="$ctrl.onRemove($event)"
2019-10-18 19:36:30 +00:00
ng-if="$ctrl.removable"
icon="cancel"
tabindex="0">
</vn-icon>