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

bindable attribute accepts multiple values #24

Closed opcodewriter closed 8 years ago

opcodewriter commented 8 years ago

in "A View Without A Viewmodel (HTML Partials)" you give this example: <template bindable="router"> I think it's very useful to know that you can declare multiple comma separated properties: <template bindable="prop1,prop2"> <myComponent prop1="a" prop2="b"></myComponent>

Vheissu commented 8 years ago

This is in chapter 3