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

Version is not defined #10

Open
jrett opened this issue Aug 19, 2014 · 2 comments
Open

Version is not defined #10

jrett opened this issue Aug 19, 2014 · 2 comments

Comments

@jrett
Copy link

jrett commented Aug 19, 2014

I get
ReferenceError: version is not defined
at http://localhost:8081/app/lib/frangTree.js:125:72

Line 125
message = message + '\nhttp://errors.angularjs.org/' + version.full + '/' +

And clearly version is not defined in your document. Where is it expecting this to be defined from?

@couzic
Copy link

couzic commented Aug 20, 2014

I ran into this bug a while ago
Just replace

version.full

with

angular.version.full

Then you'll see the actual error

@jrett
Copy link
Author

jrett commented Aug 22, 2014

Great. Now check in your fix.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants