import { ANGULARJS_MODULE } from '../../../angularjs.module'; import { EditorSerieController } from './controller'; ANGULARJS_MODULE.component('editorSerie', { bindings: { editorForm: '<', }, controller: ['$scope', EditorSerieController], template: `
`, });