We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: