salix/modules/order/front/catalog-search-panel/index.js

11 lines
268 B
JavaScript

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