Skip to content

Commit

Permalink
some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonevn committed Feb 1, 2018
1 parent 12c6ca6 commit 0f9ffcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/core-concepts/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Generally, almost every UI control could be bound to a data object (all NativeSc

###Two-way binding in code

The example below consists of a `Label`, `TextField` and a source property to which the UI controls are bound. The purpose of the sample is to demostrate how the `Label`'s text will be changed, while editing the input of the `TextField`.
The example below consists of a `Label`, `TextField` and a source property to which the UI controls are bound. The purpose of the sample is to demonstrate how the `Label` text is changed, while editing the input of the `TextField`.

> You can find a runnable version of this example in NativeScript Playground for JavaScript [here](https://play.nativescript.org/?template=play-js&id=4zwcfW&v=2) and for TypeScript [here](https://play.nativescript.org/?template=play-tsc&id=8gVPMi&v=4).
Expand Down Expand Up @@ -618,4 +618,3 @@ targetTextField.unbind("text");
### See also

* [Architecture and Navigation](https://docs.nativescript.org/core-concepts/navigation)
* [Page Module](https://docs.nativescript.org/cookbook/ui/page)

0 comments on commit 0f9ffcc

Please sign in to comment.