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

feat($compile): Allow ES6 classes as controllers with bindToController: true#13682

Closed
lgalfaso wants to merge 1 commit intoangular:masterfrom
lgalfaso:issue-13540
Closed

feat($compile): Allow ES6 classes as controllers with bindToController: true#13682
lgalfaso wants to merge 1 commit intoangular:masterfrom
lgalfaso:issue-13540

Conversation

@lgalfaso
Copy link
Copy Markdown
Contributor

@lgalfaso lgalfaso commented Jan 5, 2016

Modify $injector.invoke so ES6 classes would be invoked using new

Closes: #13510
Closes: #13540

…er: true`

Modify `$injector.invoke` so ES6 classes would be invoked using `new`

Closes: angular#13510
Closes: angular#13540
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup