Current Path : /var/www/alh/admin/view/journal2/js/directives/search/ |
Current File : /var/www/alh/admin/view/journal2/js/directives/search/information.js |
define(['./../module'], function (module) { module .directive('informationSearch', ['Search', function (Search) { return { replace: true, restrict: 'E', scope: { model: '=' }, templateUrl: 'view/journal2/tpl/directives/search/search.html?ver=' + Journal2Config.version, controller: function ($scope) { $scope.options = Search.generateOptions('index.php?route=module/journal2/rest/catalog/information', 'information_id', 'Select information...'); } }; }]); });