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.

Remove support for late jquery binding #326

Closed
@IgorMinar

Description

@IgorMinar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions