Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Clarify simple binding #11

Closed wshayes closed 8 years ago

wshayes commented 8 years ago
  1. Templating

Displaying Basic Values "We can use default string interpolation dollar sign and curly braces to echo a value using ${myVariable} or you can even do something like ${'My String'} if you want too. Unless specified otherwise, string interpolation values are displayed using a one way binding, if they change, they get updated in the view." Defaults to two-way binding in form elements and one-way binding outside of form elements (unless form element is not inside a form (e.g. standalone text area input element).