aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
blob: 05ae1211cd8616e913acb3a199d7f27e45499f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
"use strict";

appDS2.directive('searchText', function() {
    return {
        restrict : "E",
        templateUrl: 'app/vid/scripts/view-models/search.htm',
        scope: {
            searchString : '='
        }
    }
});