salix/modules/agency/front/location-search-panel/index.js

8 lines
218 B
JavaScript
Raw Normal View History

2018-12-04 12:18:27 +00:00
import ngModule from '../module';
2018-12-27 11:54:16 +00:00
import SearchPanel from 'core/components/searchbar/search-panel';
2018-09-19 13:05:07 +00:00
2018-12-04 12:18:27 +00:00
ngModule.component('vnLocationSearchPanel', {
2018-09-19 13:05:07 +00:00
template: require('./index.html'),
controller: SearchPanel
});