Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not inject angular.element #132

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ComBusJV
Copy link

removed injection of angular.element for async loading, usage of loader.js https://github.com/angular/angular.js/blob/41d5c90f170cc054b0f8f88220c22ef1ef6cc0a6/src/loader.js#L26
only ensures angular.module.
replaces usage of $() with angular.element()

removed injection of angular.element for async loading, usage of loader.js https://github.com/angular/angular.js/blob/41d5c90f170cc054b0f8f88220c22ef1ef6cc0a6/src/loader.js#L26
only ensures angular.module.
replaces usage of $() with angular.element()
@Templarian
Copy link
Owner

Note this would make the library 1.3+ with that $applyAsync change.

Also, please make sure this was tested without jquery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants