salix/modules/invoiceOut/front/search-panel/index.js

8 lines
217 B
JavaScript
Raw Normal View History

2019-03-13 13:10:45 +00:00
import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';
ngModule.component('vnInvoiceSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});