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

fix($compile): update '@'-bindings in controller when bindToController is true #9077

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Sep 14, 2014

'@'-bindings were previously updating the scope when they ought to have been
updating the controller (requested via bindToController: true +
controllerAs).

It's a one-line fix + test case.

Closes #9052

…r is true

'@'-bindings were previously updating the scope when they ought to have been
updating the controller (requested via `bindToController: true` + controllerAs).

It's a one-line fix + test case.

Closes angular#9052
@caitp
Copy link
Contributor Author

caitp commented Sep 14, 2014

I'm pushing this --- it's a pretty trivial patch so there isn't much to review. TBR by angular-core

@caitp caitp closed this in e7ac08a Sep 14, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants