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
This commit is contained in:
Cindy Lu 2016-05-09 15:56:28 -07:00
parent 1bb05b07af
commit cba0d4d175

View File

@ -0,0 +1,8 @@
---
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.