aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/directives/elements/radiobutton/radiobutton.html
blob: b31fae5d73ce62b7ec7ccc7597aeb3ddbdd780e1 (plain)
1
2
3
4
5
<div class="tlv-radio">
    <input name="{{elemName}}" id="{{elemId}}" class="tlv-radio-i" type="radio" ng-model="sdcModel" ng-click="onValueChange()"
        ng-disabled="disabled" value="{{value}}" />
    <label for="{{elemId}}" sdc-smart-tooltip class="tlv-radio-label">{{text}}</label>
</div>