-
Notifications
You must be signed in to change notification settings - Fork 27.5k
resource bug #344
Comments
Could you provide us the test script you did mention please ? I've just tried |
just changing the angular versions between 0.9.12 and 0.9.15 in the attached
file will illustrate the problem.
git://gist.github.com/1006277.git
|
Just tried in Chrome, Opera, FF3, FF4, IE8, but I can't reproduce any problem. Just couple of tips for you:
|
hmm... perhaps it's because I am opening the file in the browser versus As mentioned in the issue, I did narrow it down to that one change. There seem to be multiple occurances of both styles of creating elements. -shishir On Fri, Jun 3, 2011 at 6:09 AM, vojtajina <
Imagine there were no hypothetical situations. |
Well, that's the case. It has nothing to do with angular. You should be running it from server, but if you really need it, run Chrome with one of these options, should solve the problem:
Anyway, closing this issue as I hope it's not actual issue. |
I understand your perspective on this. Though I must say that including jquery before angular solves the issue, Since the act of creating DOM elements within ng:repeat is such an integral It's a small convenience - and from the mailing lists it seems, it's not With that, I'll rest my argument and live with whatever you gentle folks On Fri, Jun 3, 2011 at 8:37 AM, vojtajina <
Imagine there were no hypothetical situations. |
Now I am feeling like a total pest. Apologies. But these files on appengine exhibit the same problem. Though I must say http://a-few-good-strokes.appspot.com/static/deadpan/resource_test.12.html diff resource_test.12.html resource_test.15.html ng:autobind></script>
I've tested Chrome and FF4 on Win7. On Fri, Jun 3, 2011 at 9:12 AM, Shishir Ramam [email protected] wrote:
Imagine there were no hypothetical situations. |
Hey sramam, you are not pest !!! I did analyse it bit more deeply and there is an issue in jqLite. I created new issue for that, as it's related to jqLite more than resource: #369 Thank you very much. |
Thank you for taking this forward. On Mon, Jun 6, 2011 at 6:22 AM, vojtajina <
Imagine there were no hypothetical situations. |
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.
The text was updated successfully, but these errors were encountered: