2018-10-15 09:43:57 +00:00
|
|
|
import ngModule from '../module';
|
2018-12-27 11:54:16 +00:00
|
|
|
import SearchPanel from 'core/components/searchbar/search-panel';
|
2018-10-15 09:43:57 +00:00
|
|
|
|
|
|
|
ngModule.component('vnOrderCatalogSearchPanel', {
|
|
|
|
template: require('./index.html'),
|
2019-10-28 16:31:33 +00:00
|
|
|
controller: SearchPanel,
|
|
|
|
bindings: {
|
|
|
|
onSubmit: '&?'
|
|
|
|
}
|
2018-10-15 09:43:57 +00:00
|
|
|
});
|