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