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

8 lines
219 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.vnComponent('vnInvoiceSearchPanel', {
2019-03-13 13:10:45 +00:00
template: require('./index.html'),
controller: SearchPanel
});