deb-horizon/releasenotes/notes/hz-select-fixes-c9bfe6a53e0daa20.yaml
Anh Tran efef226a84 Removes some redundant words
This patch removes some redundant words.

Change-Id: Iba1495a2ab0e350fdeafa06ac60f14a2d851042d
2016-03-25 11:29:48 +07:00

11 lines
579 B
YAML

---
fixes:
- Several fixes have been made to the hzTable controller. The list below
outline these changes. See inline documentation for usage details.
- Properties are now bound to the controller instead of the scope.
- Emit the `hzTable:clearSelected` event to clear table row selections.
- The property `selections` tracks the checkbox selection state of each row.
- The property `selected` is now a list of selected rows.
- The property `numSelected` has been removed, use `selected.length` instead.
- The `select` method has been renamed to `toggleSelect`.