2

Is there a way to trigger Angular to reevaluate the DOM? I am looking for a way to manually make Angular reevaluate the entire DOM, or better yet, a specific ng-controller DOM-Node. Is there a way to do that?

1
  • 1
    Its not clear what you asking . please provide more details and explain the use case. Commented Jan 22, 2014 at 11:59

1 Answer 1

1

if you're outside of an digest loop you can enter it by calling $rootScope.$apply() or $scope.$apply()

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.