Permalink
Browse files
feat($compile): Allow ES6 classes as controllers with `bindToControll…
…er: true` Modify `$injector.invoke` so ES6 classes would be invoked using `new` Closes: #13510 Closes: #13540 Closes: #13682
- Loading branch information
Showing
with
67 additions
and 5 deletions.
- +19 −4 src/auto/injector.js
- +1 −1 src/ng/compile.js
- +47 −0 test/ng/compileSpec.js