This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
resource bug #344
Closed
Description
The attached test script which uses a resource to make a simple json call to YouTube
started to fail when I upgraded from 0.9.12 to 0.9.15.
I've tracked it down to the following - first introduced in 0.9.13.
Including jQuery masks the problem.
$ diff angular-0.9.15.js angular-0.9.15a.js 3287c3287 - var script = jqLite('<script>') --- + var script = jqLite(rawDocument.createElement('script'))