Miraage
Miraage

Reputation: 3464

Angular + jQuery produces "Uncaught object" error instead of display it

Building new application, using latest stable Angular 1.2.17 and jQuery 1.11.1 versions.
Then I do manual error, like initialising ng-app without any scripts, which should produce error like "No module XXX", but I just see error "Uncaught object".
I've tried other versions, like Angular 1.2.16 + jQuery 2.1.1 and others - same result.

What I do wrong?

// upd

Ubuntu 14, Chrome 35

Upvotes: 1

Views: 231

Answers (1)

Miraage
Miraage

Reputation: 3464

Found.
It's Chrome's issue, we have to wait about 37 Chrome Canary to being merged into release.
/me went to obtain Chrome Canary

https://github.com/angular/angular.js/issues/5568

http://www.congral.com/2014/05/29/have-you-already-encountered-the-uncaught-object-exception/

https://codereview.chromium.org/271733005/patch/1/10001

Upvotes: 3

Related Questions