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

CompositionTransaction - didn't know about this #36

Closed wshayes closed 8 years ago

wshayes commented 8 years ago

https://github.com/aurelia/framework/issues/367#issuecomment-198104416

Kind of advanced but ...

Vheissu commented 8 years ago

Wow, this is really awesome. This definitely needs to be added into the book.

MarkHerhold commented 8 years ago

@Vheissu please check the latest comments in the other issue... enlisting in the bind() callback is likely a better default choice than enlisting in the constructor.

Vheissu commented 8 years ago

@MarkHerhold Thanks for the heads up. It seems using bind is definitely the way to go.

Vheissu commented 8 years ago

This made its way into the latest release of the book in chapter 8.