salix/front/core/components/link-phone/index.html

13 lines
230 B
HTML
Raw Normal View History

2023-09-07 07:50:13 +00:00
<a
ng-if="$ctrl.phoneNumber"
href="tel:{{$ctrl.phoneNumber}}"
>
<vn-icon
flat
round
icon="phone"
title="MicroSIP"
ng-click="$event.stopPropagation();"
>
</vn-icon>
</a>