salix/modules/worker/front/department/main/index.js

8 lines
208 B
JavaScript

import ngModule from '../../module';
import ModuleMain from 'salix/components/module-main';
ngModule.vnComponent('vnWorkerDepartment', {
controller: ModuleMain,
template: require('./index.html')
});