8 lines
226 B
JavaScript
8 lines
226 B
JavaScript
|
import ngModule from '../module';
|
||
|
import SearchPanel from 'core/components/searchbar/search-panel';
|
||
|
|
||
|
ngModule.vnComponent('vnExtraCommunitySearchPanel', {
|
||
|
template: require('./index.html'),
|
||
|
controller: SearchPanel
|
||
|
});
|