aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
diff options
context:
space:
mode:
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 : '='
}
- }
+ };
});