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

fix($compile): correct controller instantiation for async directives #3540

Closed

Conversation

IgorMinar
Copy link
Contributor

This fixes regression introduced by #3514 (5c56011) - the regression
caused the controller to be instantiated before the isolate scope was
initialized.

Closes #3493
Closes #3482
Closes #3537

@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!

This fixes regression introduced by angular#3514 (5c56011) - this commit is being
reverted here and a better fix is included.

The regression caused the controller to be instantiated before the isolate scope
was initialized.

Closes angular#3493
Closes angular#3482
Closes angular#3537
@IgorMinar IgorMinar mentioned this pull request Aug 10, 2013
@chirayuk chirayuk closed this in c173ca4 Aug 12, 2013
chirayuk added a commit to chirayuk/angular.js that referenced this pull request Aug 21, 2013
This fixes regression introduced by angular#3514 (9c51d50) - this commit is being
reverted here and a better fix is included.

The regression caused the controller to be instantiated before the isolate scope
was initialized.

Closes angular#3493
Closes angular#3482
Closes angular#3537
Closes angular#3540
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants