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 updated with selected items attribute #463

Closed emilverwoerd closed 7 years ago

emilverwoerd commented 7 years ago

Updated the uif-table directive with the option to specify the selected items. So when multiple items are selected you are now able to retrieve the from the table directive which wasn't completely implemented.

<uif-table uif-row-select-mode="multiple" uif-selected-items="$ctrl.selecteditems"> ... ...

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.07%) to 97.569% when pulling 1471dc7a93a34522932a314bfe5235b27da9b05c on emilverwoerd:bug/selecteditemstable into 7f88ffea0b26faa971fd5d185fef5948daec270b on ngOfficeUIFabric:dev.