ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

uif-table: Fix for selecting all rows #425

Closed andikrueger closed 7 years ago

andikrueger commented 7 years ago

the click function to select all rows wasn't bound properly for the table header. In the link function the element got replaced and the click event was not bound to the new instance of the element.

The new table markup as introduced in #298 was not used to test the select all rows function. This fix adds the markup.

Closes #369.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.001%) to 97.533% when pulling 62a7dbf32b8b42ee87e3de05239a8f2c273ac554 on andikrueger:issue-#369-select-all-rows-uiftable into 79e6e03d74e4cc4fcc06e1b5f00194bd10f1ea82 on ngOfficeUIFabric:dev.