Skip to content

pass window.jQuery into file #99

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

Closed
mattmessinger opened this issue Apr 30, 2014 · 2 comments
Closed

pass window.jQuery into file #99

mattmessinger opened this issue Apr 30, 2014 · 2 comments

Comments

@mattmessinger
Copy link

please pass window.jQuery into the file closure.

example:

-(function (window, angular, undefined) {
+(function (window, angular, $, undefined) {
'use strict';

-})(window, window.angular);
+})(window, window.angular, window.jQuery);

@ScottJMarshall
Copy link

I second this one. Our environment has something else assigned to $ so passing it into the closure would be helpful.

@codef0rmer
Copy link
Owner

Duplicate of #125

codef0rmer pushed a commit that referenced this issue Oct 1, 2014
  - Closes #125, #121, #99 - Fix paradox of choice ($ vs jQuery)
  - Closes #122 - Update jQueryUI depedency in demos and tests
  - Closes #130 - Restore display value if set, else use block
  - Closes #128, #36, #30 - Restore zIndex value always
  - Closes #117, #110 - Fix destroying widgets prior to initialization
  - Closes #111 - Allow dropping without ngModel similar to dragging
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

No branches or pull requests

3 participants