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

Sans JQuery: is it actually possilbe #25

Open
willSonic opened this issue Aug 22, 2014 · 1 comment
Open

Sans JQuery: is it actually possilbe #25

willSonic opened this issue Aug 22, 2014 · 1 comment

Comments

@willSonic
Copy link

Hello,

I have been banging by head against this for the better part of 8 hours. Is it possible to get anuglar-isotope to work with out JQuery?

I have been trying to get the examples in my checkout to work by just removing

<script src="scripts/vendor/jquery-2.1.0.min.js"></script> <script src="scripts/vendor/jquery.isotope.js"></script>

I have also tried added
http://isotope.metafizzy.co/isotope.pkgd.js as Desandro demonstrated in this codepen
http://codepen.io/desandro/pen/BgcCD/

I would be very grateful if you could offer me any direction or actually tell me if it can be accomplished and if so any examples

Thank YOu1

@designbyadrian
Copy link

Yes it is. Have you:

loaded the JS files in this order: angular.js, isotope.pkgd.js, angular.isotope.js

added angular isotope as a dependancy in your ng app like this: var myApp = angular.module('myAppName', ['iso.directives']);

named your container and isotope items accordingly? the container should have the attribute isotope-container, and an isotope item isotope-item

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

2 participants