How to change CSS when it's ng-disabled?

后端 未结 2 487
渐次进展
渐次进展 2021-02-12 08:15

I have this button:



        
2条回答
  •  北恋
    北恋 (楼主)
    2021-02-12 08:55

    use ng-class

    
    

    this will add css class diabled-class to the input when PayoutEnabled is false (!PayoutEnabled is true).

提交回复
热议问题