salix/modules/worker/front/department/search-panel/index.js

8 lines
229 B
JavaScript

import ngModule from '../../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnWorkerDepartmentSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});