From 67bb110dc8d11cca390b9231ef79dfb005767794 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 9 Mar 2015 16:54:22 -0700 Subject: [PATCH] [Forms] Update selector template Update selector template to request necessary information to populate domain object selector, as shown in UI diagrams for WTD-987. --- .../res/templates/controls/selector.html | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/platform/commonUI/general/res/templates/controls/selector.html b/platform/commonUI/general/res/templates/controls/selector.html index a867ad0516..b8ec1a2849 100644 --- a/platform/commonUI/general/res/templates/controls/selector.html +++ b/platform/commonUI/general/res/templates/controls/selector.html @@ -1,5 +1,5 @@
+ ng-controller="SelectorController as selector">
Available
@@ -14,26 +14,45 @@
- + +
Selected
Showing {{shown}} of {{count}} available options.
+ +
\ No newline at end of file