From 788d670037a77b35148551ebecf1314146e5a4b7 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Wed, 28 Feb 2018 21:56:23 +0530 Subject: Add enter to search Add directive to filter the list by enter JIRA: RELENG-351 Change-Id: I1abc92cdf2cb103e1ba9b685437b65035c88dd5d Signed-off-by: thuva4 --- testapi/opnfv_testapi/ui/components/deploy-results/deployResults.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testapi/opnfv_testapi/ui/components/deploy-results') diff --git a/testapi/opnfv_testapi/ui/components/deploy-results/deployResults.html b/testapi/opnfv_testapi/ui/components/deploy-results/deployResults.html index 6fbaaea..380416f 100644 --- a/testapi/opnfv_testapi/ui/components/deploy-results/deployResults.html +++ b/testapi/opnfv_testapi/ui/components/deploy-results/deployResults.html @@ -15,7 +15,7 @@
Search:   + ng-enter="ctrl.filterList()" ng-Model="ctrl.filterText" placeholder="Search String"> @@ -24,6 +24,7 @@ Start Date:  

@@ -38,6 +39,7 @@ End Date:  

-- cgit 1.2.3-korg