Kalyanakannan padivasu
Kalyanakannan padivasu

Reputation: 705

Programmatically uncheck md-checkbox in angluarjs

here is my design screen i want Programmatically uncheck md-checkbox in AngularJS based on the id. whenever user click close mark(x) than equivalent checkbox need to uncheck

Upvotes: 0

Views: 1093

Answers (2)

Krishna shidnekoppa
Krishna shidnekoppa

Reputation: 1059

You can do it by using ng-checked

Upvotes: 0

Norbert Huurnink
Norbert Huurnink

Reputation: 1316

If you use ng-model you can just set the property to false.

Upvotes: 1

Related Questions