AngularJs. Is it possible to deselect HTML “radio” input by click?

后端 未结 5 567
再見小時候
再見小時候 2020-12-10 12:55

I have radio inputs and want to ucheck state by click on radio if current radio is checked.

This code:



        
5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-10 13:42

    I solved the issue with the following code:

    ng-dblclick = "{{model}} = '' "
    

提交回复
热议问题