Skip to content

Commit 869f527

Browse files
authored
Update concept.md
1 parent 72067f0 commit 869f527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/technical/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The app renders the provided view and data, then returns any triggered events to
8181

8282
Communication relies on AJAX roundtrips akin to HTML Over the Wire, but pure HTML cannot be sent since UI5 still requires XML views and JSON models. abap2UI5 leverages UI5's capability to render HTML from these constructs. This results in a model referred to as UI5-View Over the Wire.
8383

84-
Here is the second shift, abap2UI5 sends a View Model from the bachend.
84+
Here is the second shift, abap2UI5 sends a View Model from the bachend. you dont need odata you can also use view models at the frontend, this is used to send it from the backend.
8585

8686
A typical response in this pattern includes both view and model data:
8787

0 commit comments

Comments
 (0)