2023-05-16 06:54:54 +00:00
|
|
|
import ngModule from '../../module';
|
2023-05-15 08:43:06 +00:00
|
|
|
import Section from 'salix/components/section';
|
|
|
|
|
2023-05-26 10:21:15 +00:00
|
|
|
ngModule.vnComponent('vnWorkerDepartmentBasicData', {
|
2023-05-15 08:43:06 +00:00
|
|
|
template: require('./index.html'),
|
2023-06-21 11:07:04 +00:00
|
|
|
controller: Section,
|
2023-05-15 08:43:06 +00:00
|
|
|
bindings: {
|
2023-05-29 12:46:39 +00:00
|
|
|
department: '<'
|
2023-05-15 08:43:06 +00:00
|
|
|
}
|
|
|
|
});
|