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