Skip to content

Template data binding and template as a view

Pre-release
Pre-release

Choose a tag to compare

@Artur- Artur- released this 29 Apr 17:54

New features

  • Data binding in text nodes, e.g. <div>{{firstName}}</div>. The binding must the the whole text node, interpolation is not yet supported.
  • Adding/removing elements to/from a Template
  • Using Template as a View by marking the child view position using @child@

Fixes

  • Routerlinks now work together with URI fragments
  • Attributes in templates are now set as attributes instead of as properties

New tutorials

All changes