horizon/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml
Cindy Lu cba0d4d175 Add release notes for hz-dynamic-table directive
Add the missing release notes for new feature described here:
https://blueprints.launchpad.net/horizon/+spec/angular-table-directive

Change-Id: I36ebad5c36470944d63489ba0536920ea26a9879
Partially-Implements: blueprint angular-table-directive
2016-05-10 10:38:43 -07:00

9 lines
419 B
YAML

---
features:
- >
[`blueprint angular-table-directive <https://blueprints.launchpad.net/horizon/+spec/angular-table-directive>`_]
This blueprint provides a way for developers to programatically declare an
Angular table vs writing HTML markup. It reduces the boilerplate HTML code.
For a basic table, you need to pass in the data and the column configuration
into the `hz-dynamic-table` directive.