Skip to content

Commit

Permalink
Update aidbox forms examples' readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
olimsaidov committed Aug 21, 2024
1 parent 5327fdb commit b1d0487
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aidbox-forms-renderer-angular-controlled/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# aidbox-forms-renderer-angular-controlled

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
In controlled mode, integrating the Aidbox Forms Renderer with Angular.js
involves passing the questionnaire and optionally questionnaire response as attributes to the Forms
Renderer component. Changes made within the form are emitted to the parent
component through events. In this configuration, the resources 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
resources within the Angular.js application. This approach is
beneficial for applications requiring custom resource handling and
management.

## Example
Expand Down

0 comments on commit b1d0487

Please sign in to comment.