Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

feat(scope): move domWrite and domRead from RootScope to Scope #1341

Closed
wants to merge 1 commit into from

Conversation

vsavkin
Copy link
Contributor

@vsavkin vsavkin commented Aug 11, 2014

This PR moves domWrite and domRead from RootScope to Scope. This changes domWrite and domRead into trees of functions. This allows us to run all DOM operations bottom-up, which solves a few problems (e.g, #1161).

Closes #1161

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

domRead() and domWrite() callbacks are getting called even if the scope was destroyed
3 participants