aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-09-10 13:03:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-10 13:03:50 +0000
commit1b4336d9c26c4febe86036900bfa7994c0fadca5 (patch)
tree94fd0e8af79201e9ed390652bc6d66d168b9f353 /vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
parent90cbfcabf6a73c466d3284191f2e2b6a472b41b6 (diff)
parent7d1312cd686dd7178d9fb9ae620aa98104e2fded (diff)
Merge changes from topics "VID-11", "VID-10", "VID-9"
* changes: Add Semicolon at the end Add Semicolon at the end Add Semicolon at the end
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js b/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
index e127d5d74..93323d911 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
@@ -27,5 +27,5 @@ appDS2.directive('searchText', function() {
scope: {
searchString : '='
}
- }
+ };
});