entity-browser-frontend/app/directive/search.js (11 lines of code) (raw):

angular.module('xodus').directive('search', [function () { return { restrict: 'E', scope: {}, replace: true, controller: 'SearchController', controllerAs: 'searchCtrl', bindToController: true, template: require('../templates/search.html') }; }]);