Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 24ab59b

Browse files
docs: update data-binding.md (#144)
1 parent 208fdcd commit 24ab59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/guide/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It gets activated through three steps:
1111

1212
1. Create a ViewModel(let's call it DataModel) class extending the `Observable` class
1313
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.
14+
3. Using the mustach syntax `{{ }}`, bind the UI components properties to the members of the `DataModel` instance.
1515

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /