dimanche 4 février 2018

how to implement "all select" check box in angular js

I also have an HTML page with multiple checkboxes by using AngularJs.

I need one more checkbox by the name "select all". When I select this checkbox all checkboxes in the HTML page must be selected. How can I do this?

My check box situation is like this:

<input id="check_0_0_1" type="checkbox"> <input id="check_0_1_1" type="checkbox"> <input id="check_0_1_2" type="checkbox"> <input id="check_0_2_1" type="checkbox">

and so on.....

I already read below page.but still I dont know cos I need to implement by AngularJS




Aucun commentaire:

Enregistrer un commentaire