Skip to content

Commit

Permalink
Merge pull request #18766 from unoplatform/dev/ks/docs-counter
Browse files Browse the repository at this point in the history
docs: proper class name
  • Loading branch information
jeromelaban authored Nov 11, 2024
2 parents 80cf8a1 + 91d25a4 commit 64b12a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Also, for more information on all the template options, see [Using the Uno Platf

## Data Binding

Now that we have the **`MainViewModel`** class, we can update the **`MainPage`** to use data binding to connect the UI to the application logic.
Now that we have the **`MainModel`** class, we can update the **`MainPage`** to use data binding to connect the UI to the application logic.

- Add a **`DataContext`** element to the **`Page`** element in the **MainPage.xaml** file.

Expand Down

0 comments on commit 64b12a7

Please sign in to comment.