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

Support angular without jquery #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support angular without jquery #134

wants to merge 1 commit into from

Conversation

morulus
Copy link

@morulus morulus commented Mar 30, 2016

There are cases where angular is used without jquery (with jqlite). If so then executing 'element.selectize()' will throw error that selectize is undefined. To fix that we should to check jquery in element prototype and re-initialize element with jQuery on fail.

There are cases where angular is used without jquery (with jqlite). If so then executing 'element.selectize()' will throw error that selectize is undefined. To fix that we should to check jquery in element prototype and re-initialize element with jQuery on fail.
@ruisilva450
Copy link

This is important for some of us and I think it resolves #176
Any ETA?

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