This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new c3e0d34 Update data-binding.md
c3e0d34 is described below
commit c3e0d34c7e3b85d67f46883e2f0135cfcb81779b
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Dec 14 10:16:33 2019 -0400
Update data-binding.md
Starting to edit this file. More soon.
---
features/data-binding.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/features/data-binding.md b/features/data-binding.md
index b52d0d3..deaaed4 100644
--- a/features/data-binding.md
+++ b/features/data-binding.md
@@ -21,4 +21,7 @@ permalink: /features/data-binding
---
# Data binding
+Royale, like Flex before it, makes it easy to create dynamic applications in
which a change to data automatically updates the display of that data in the
user interface, and potentially in calculations or other functions that use
that data. The feature that makes this possible without having to write lots of
code is *data binding*.
+
+
*information coming soon.*