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

11 lines
243 B
HTML
Raw Normal View History

2019-10-18 19:36:30 +00:00
<button type="{{::$ctrl.type}}" tabindex="-1">
<span
ng-if="::$ctrl.label"
translate>
{{::$ctrl.label}}
</span>
<vn-icon
ng-if="::$ctrl.icon"
icon="{{::$ctrl.icon}}">
</vn-icon>
</button>