salix/modules/worker/front/log/index.js

8 lines
189 B
JavaScript

import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.vnComponent('vnWorkerLog', {
template: require('./index.html'),
controller: Section,
});