We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208fdcd commit 24ab59bCopy full SHA for 24ab59b
content/guide/data-binding.md
@@ -11,7 +11,7 @@ It gets activated through three steps:
11
12
1. Create a ViewModel(let's call it DataModel) class extending the `Observable` class
13
2. Make DataModel available to the UI by setting `page.bindingContext` = `new DataModel()`
14
-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.
15
16
When you look at a new project, you see an example of those steps applied.
17
0 commit comments