-
Notifications
You must be signed in to change notification settings - Fork 3.4k
radio-button: Cannot read property 'nodeName' of null after version 1.1.1 #10546
Comments
Well I found out something that can help: |
This code way works for me
|
I had the same issue. I hope the story makes sense :-D |
Thanks @HansWouters ! By the way, I tried some to find the issue, I didn't, but I found out this line was causing exception in my case:
in |
It looks like we could add a check that |
Closing as no CodePen demo has been provided and the OP did not use the issue template. If you are still seeing this issue, please open a new issue that uses the issue template and provides a CodePen reproduction. |
Hi , i hope this will help you ,, i have add a condition in (angular-material.min.js ) file : i replace it in this code : |
I have a site with a radio button.
When it loads the first time everything works perfectly. If I now press F5 I get the following error in the console
After that I cannot use the radio button any more
Angular version 1.6.3
In angular-material 1.1.1 it doesn't fail. In Versions 1.1.2 and 1.1.3 it fails
It happens in all browsers
I know angular material doesn't support angular 1.6 yet but I think this error has nothing to do with angular 1.6 since angular-material 1.1.1 doesn't support it too but it doesn't fail
EDIT
I think it has something to do with using
ng-repeat
for filling out the group with buttonsIf I remove
ng-value
it doesn't fail. Anyway this isn't a solution because I do need a valueThe text was updated successfully, but these errors were encountered: