Skip to content

Collections model props as deps in derived. - #252

Open
sarumjanuch wants to merge 3 commits into
AmpersandJS:masterfrom
sarumjanuch:master
Open

Collections model props as deps in derived.#252
sarumjanuch wants to merge 3 commits into
AmpersandJS:masterfrom
sarumjanuch:master

Conversation

@sarumjanuch

Copy link
Copy Markdown

Allows specifying collection's model property as the dependency in derived property. So if given property will change in any of the collection's models, derived will be re-calculated. Introduces private property _collectionEvents, to store already subscribed events, and to do not subscribe twice for the same event in case if multiple derived properties will use the same dependency.

Allows specifying collection's model property as the dependency in derived property.  So if given property will change in any of the collection's models, derived will be re-calculated. Introduces private property _collectionEvents, to store already subscribed events, and to do not subscribe twice for the same event in case if multiple derived properties will use the same dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant