This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
supporting arguments:
- late binding depends on document.ready which if fired before jquery is loaded causes that jquery is not found == confusion. real scenario: jstd script load order
- users who load jquery after angular are penalizing their IE users because jquery fires document.ready in IE sooner than jqLite's implementation
- the implementation sucks, it's very unclear as to what is loaded when