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
|
|
|
|
});
|