org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / directives / search.js
1 "use strict";
2
3 appDS2.directive('searchText', function() {
4     return {
5         restrict : "E",
6         templateUrl: 'app/vid/scripts/view-models/search.htm',
7         scope: {
8             searchString : '='
9         }
10     }
11 });