Mark Hall
Mark Hall
I haven't really tested multiple isotope containers, although I did design and code the ability for it. The main issue would be the event names. There are default option and...
I played around with this a bit just now and found that isotope's 'reloadItems' method may be what you're looking for. ``` // Put new item at start of list....
Hi, I've got some new documentation at http://mankind.com/angular-isotope/index.htmlhttp://mankind.com/angular-isotope/index.html. Basically, you can emit an event, with the message passed on to Isotope. Hope this helps. Mark Angular-Isotope Events Angular-Isotope listens for...
Hi, For your first issue, I looked over the code a found a spot where an 'iso-ignore="true"' attribute/value combo would not initialize Isotope. And I even have a service to...
I'd love to see what you're up to with this. The code is released. v 0.1.10. You can take a look at the demo (advanced) in the code to see...
HI, I kind of really enjoyed clicking around your website, figuring out what's going on with my code. There's something about performing an action on one browser and having it...
Yes, it was me. Hope I didn't overload the system or break anything or cost you many. Your's was the first "in-the-wild" application I could look at, and I wanted...
Hi Nick, I released a clean version of angular-isotope. I found that the orderBy filter needs the refresh, which is working correctly now (there was a bug). But if you...
taking a look at it now... On Wed, Mar 19, 2014 at 12:36 PM, Nick Lewis [email protected]: > I've taken the latest and still having trouble with it. If you...
Hi, I made one change to refresh in the controllers.js file. When ng-repeat | orderBy is used, the isotope() method without parameters should be called to refresh. The angular-isotope message...