You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The $controller service has two paths for creating instances of a controller. In the later == true path we are not using $injector.instantiate, which has recently been fixed to support ES6 classes.
We ought to refactor $controller to use $injector.instantiate in both paths for consistency, if this is possible.