From cba0d4d175df20529621b5825733a9f2f1e48062 Mon Sep 17 00:00:00 2001 From: Cindy Lu Date: Mon, 9 May 2016 15:56:28 -0700 Subject: [PATCH] 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 --- .../bp-angular-table-directive-1b593f2ad28c2845.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml diff --git a/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml b/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml new file mode 100644 index 000000000..3ca4d2c47 --- /dev/null +++ b/releasenotes/notes/bp-angular-table-directive-1b593f2ad28c2845.yaml @@ -0,0 +1,8 @@ +--- +features: + - > + [`blueprint 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.