AngularJS radio display problem

after bi-directional binding of input of type radio in angularJS, sometimes the checkbox of type radio cannot be displayed. For some reason
the code is as follows:

< input type= "radio" value= "0" ng-model= "item.status" id="start" >
< label for= "start" > enable < / label >
< input type= "radio" value= "1" ng-model= "item.status" id="end" >
< label for= "end" > disable < / label >

how to deal with this problem can be eliminated

Mar.03,2021

has found out the reason, which is overwritten by someone else's style, thinking that two-way binding leads to a problem with radio display

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30b00-2bd18.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30b00-2bd18.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?