diff --git a/components/registration/registration-controller.js b/components/registration/registration-controller.js index 1f2b3b9a4..f0eefdd26 100644 --- a/components/registration/registration-controller.js +++ b/components/registration/registration-controller.js @@ -476,7 +476,7 @@ trackerCapture.controller('RegistrationController', $scope.apiFormattedTei = {}; $scope.currentEvent = {}; $timeout(function() { - $rootScope.$broadcast('registrationWidget', {registrationMode: 'REGISTRATION'}); + $rootScope.$broadcast('registrationWidget', {registrationMode: 'REGISTRATION', generateAttributes: true}); }); } };