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

Error: $templateRequest - older browsers #11089

Closed
dbabaioff opened this issue Feb 17, 2015 · 4 comments
Closed

Error: $templateRequest - older browsers #11089

dbabaioff opened this issue Feb 17, 2015 · 4 comments

Comments

@dbabaioff
Copy link

Getting an error on Android 2.3.x (and some other older browsers): Uncaught SystaxError: Unexpected token finally

The cause of the error: #10780
2b8baf7

This should fix the problem: #11088 (3bcdec3)

@dbabaioff
Copy link
Author

@petebacondarwin @pkozlowski-opensource Can you merge this commit also on version 1.3.14? (I think it's only on 1.4.0-beta.5)

@petebacondarwin
Copy link
Contributor

@dbabaioff sorry about that. It must have missed being cherry picked. It'll go into the next release.

petebacondarwin pushed a commit that referenced this issue Feb 25, 2015
Android 2.3 throws an `Uncaught SyntaxError: Unexpected token finally`
pointing at this line. Change `.finally` to bracket notation.

Fixes #11089
Closes #11051
Closes #11088
@petebacondarwin
Copy link
Contributor

I have cherry picked it

@dbabaioff
Copy link
Author

👍

netman92 pushed a commit to netman92/angular.js that referenced this issue Aug 8, 2015
Android 2.3 throws an `Uncaught SyntaxError: Unexpected token finally`
pointing at this line. Change `.finally` to bracket notation.

Fixes angular#11089
Closes angular#11051
Closes angular#11088
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants