Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat($rootScope): allow $evalAsync to queue operations to be run after digest #3636

Closed
wants to merge 2 commits into from

Conversation

jankuca
Copy link
Contributor

@jankuca jankuca commented Aug 16, 2013

This makes it possible to have callback functions for the digest loop.

The usefulness of this feature can be found when one need to safely measure or check the contents of elements after the DOM is updated.

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@btford
Copy link
Contributor

btford commented Aug 21, 2013

Rejected with extreme prejudice.

This kind of high level test doesn't belong to $rootScopeSpec.js

We should ensure that Matias's PR #3649 should contain a test like this.

@btford btford closed this Aug 21, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants