Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 8e0b88e

Browse files
committed
Radio buttons are clickable if disabled
1 parent 12fe804 commit 8e0b88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/radio/radio.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<md-radio-group ng-model="model[options.key]">
22
<md-radio-button
33
ng-repeat="option in to.options"
4+
ng-disabled="to.disabled"
45
ng-value="option[to.valueProp || 'value']">
56
{{option[to.labelProp || 'name']}}
67
</md-radio-button>
7-
</md-radio-group>
8+
</md-radio-group>

0 commit comments

Comments
 (0)