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

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Oct 5, 2016

Adds a config that will turn instances of something.$inject into something['$inject'].
This helps in cases where Closure strips the injector due to the object annotation having a @constructor directive.
Note that the regular JS builds have the same output as before.

Fixes #9758.

CC @jelbourn

Adds a config that will turn instances of `something.$inject` into `something['$inject']`.
This helps in cases where Closure strips the injector due to the object annotation having a `@constructor` directive.
Note that the regular JS builds have the same output as before.

Fixes angular#9758.
@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label Oct 5, 2016
@ThomasBurleson
Copy link
Contributor

@jelbourn - please review.

@ThomasBurleson ThomasBurleson added needs: presubmit and removed needs: review This PR is waiting on review from the team labels Oct 9, 2016
@jelbourn jelbourn merged commit dbc52d0 into angular:master Oct 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants