You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
As part of my fix for #5099, I was running tests with jQuery 2.0.3 --- Of course my test passes, but there are some unrelated failures. Two of them are in ngMocks, which may not be a big issue, but one $compile spec is a bit iffy, and it fails with or without my change:
we don't support jQuery 2.x yet. it requires a breaking change so 1.3 will support it.
we could possibly think of a smart solution to support both jQuery 1.x and 2.x in 1.2.x but given all the stuff going on, our original plan was to switch to jQuery 2.x in early 1.3 beta builds
As part of my fix for #5099, I was running tests with jQuery 2.0.3 --- Of course my test passes, but there are some unrelated failures. Two of them are in ngMocks, which may not be a big issue, but one $compile spec is a bit iffy, and it fails with or without my change:
It might be good to investigate this to make sure stuff isn't failing in really awkward ways with modern versions of jQuery.
The text was updated successfully, but these errors were encountered: