Skip to content

Commit

Permalink
docs: update data-binding.md (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDev200 authored Apr 26, 2024
1 parent 208fdcd commit 24ab59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guide/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It gets activated through three steps:

1. Create a ViewModel(let's call it DataModel) class extending the `Observable` class
2. Make DataModel available to the UI by setting `page.bindingContext` = `new DataModel()`
3. Using the mustach syntax ({{ }} ), bind the UI components properties to the members of the `DataModel` instance.
3. Using the mustach syntax `{{ }}`, bind the UI components properties to the members of the `DataModel` instance.

When you look at a new project, you see an example of those steps applied.

Expand Down

0 comments on commit 24ab59b

Please sign in to comment.