2018-11-26 10:41:11 +00:00
|
|
|
import ngModule from '../module';
|
2020-03-18 07:35:59 +00:00
|
|
|
import Section from 'salix/components/section';
|
2018-11-26 10:41:11 +00:00
|
|
|
|
|
|
|
ngModule.component('vnTicketLog', {
|
|
|
|
template: require('./index.html'),
|
2020-03-18 07:35:59 +00:00
|
|
|
controller: Section,
|
2018-11-26 10:41:11 +00:00
|
|
|
});
|