Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 68e350d

Browse files
committed
fix(radioGroup): fix render call happing before radioGroup init
closes #1141
1 parent e472348 commit 68e350d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/radioButton/radioButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function mdRadioGroupDirective($mdUtil, $mdConstant, $mdTheming) {
5656
restrict: 'E',
5757
controller: ['$element', RadioGroupController],
5858
require: ['mdRadioGroup', '?ngModel'],
59-
link: linkRadioGroup
59+
link: { pre: linkRadioGroup }
6060
};
6161

6262
function linkRadioGroup(scope, element, attr, ctrls) {

0 commit comments

Comments
 (0)