One Way Binding

Building data aware application requires updating UI automatically when data changes. One way binding refreshes element automatically when data is modified by any one. To make it simpler, you have to write your binding expressions in square brackets []

By convention, variable named model is automatically assigned in scope at application level. AtomBinder manages bindings between elements, if you are modifying property of an object, we recommend using AtomBinder.setValue. However in Two Way Binding (explained in next section), binding is automatically updated by Atoms.js.