You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In controlled mode, integrating the Aidbox Forms Builder with Angular.js
involves passing the editing questionnaire as an attribute to the Forms
Builder component. Changes made within the form are emitted to the parent
component through events. In this configuration, questionnaires are neither
loaded from nor saved to Aidbox, allowing for full management of the
questionnaire within the Angular.js application. This approach is
beneficial for applications requiring custom questionnaire handling and
management.