Skip to content
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
Closed
@sramam

Description

@sramam

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'))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions