in frontend/src/directives/MultiPromotionType.es6 [4:15]
export default () => {
return {
scope: {
promotion: '=',
campaignGroup: '='
},
restrict: 'E',
template: types,
controller: 'multiPromotionTypeController',
controllerAs: 'ctrl'
};
}