Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(): Adding es6 shims and system polyfills. Those are required by IE. #141

Merged
merged 1 commit into from
Jan 24, 2016

Conversation

hansl
Copy link
Contributor

@hansl hansl commented Jan 15, 2016

No description provided.

@@ -41,8 +41,10 @@ Angular2App.prototype.toTree = function () {
'angular2/bundles/http.dev.js',
'angular2/bundles/router.dev.js',
'angular2/bundles/upgrade.dev.js',
'es6-shim/es6-shim.js'
'rxjs/bundles/Rx.js',
'systemjs/dist/system.src.js'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot a comma here, and on the shim line as well.

@hansl hansl changed the title chore(): Adding es6 shims and system polyfills. Those are required by IE. bug(): Adding es6 shims and system polyfills. Those are required by IE. Jan 21, 2016
@@ -41,8 +41,10 @@ Angular2App.prototype.toTree = function () {
'angular2/bundles/http.dev.js',
'angular2/bundles/router.dev.js',
'angular2/bundles/upgrade.dev.js',
'es6-shim/es6-shim.js',
'rxjs/bundles/Rx.js',
'systemjs/dist/system.src.js'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comma missing

@IgorMinar
Copy link
Contributor

can you also add a conditional comment to to the index.html blueprint to load these scripts on older IEs

@IgorMinar
Copy link
Contributor

otherwise lgtm

@filipesilva
Copy link
Contributor

@hansl could you rebase on master? Then we can merge it.

@hansl hansl merged commit 5919df4 into angular:master Jan 24, 2016
@hansl hansl deleted the polyfills branch March 31, 2016 18:10
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants