mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
'@'-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 Closes #9077