2019-10-25 11:28:12 +00:00
|
|
|
import ngModule from '../module';
|
2020-03-18 11:55:22 +00:00
|
|
|
import Section from 'salix/components/section';
|
2019-10-25 11:28:12 +00:00
|
|
|
|
2020-07-24 12:22:30 +00:00
|
|
|
ngModule.vnComponent('vnTravelLog', {
|
2019-10-25 11:28:12 +00:00
|
|
|
template: require('./index.html'),
|
2020-03-18 11:55:22 +00:00
|
|
|
controller: Section,
|
2019-10-25 11:28:12 +00:00
|
|
|
});
|