angular-isotope
angular-isotope copied to clipboard
AngularJS directives to easily work with JQuery Isotope.
Currently it's not clear if it's possible to run this code under proprietary browsers: https://www.gnu.org/licenses/gpl-faq.html#InterpreterIncompat. Would it be possible for you to "state an explicit exception" in the case of...
Why item load from top left corner of container on page load or first time when using filter? However after 1st time item fade out. How i can change animation...
Bootstrap buttons perform filters as expected. `Must have price` I cannot get checkbox or option elements to work for the life of me. `` Can you provide an example of...
We create our controllers with the 'controller as' method, as in `controller: 'IsotopeController as iso'` then in the controller: ``` _this.xList = [{ 'name': 'a', 'number': '1', 'date': '1360413309421', 'class':...
I have the following structure: 3 buttons which change (in theory) the key to orderBy the "isotope-items" and the list w/ ng-repeat as follows: // FILE notes.html ``` id title...
Hi, I am looking for some helping sorting my isotope by Date using $scope.$emit and I am having absolutely no success... I can sort with a button directive attribute 'ok-sel'...
Any way we can animate the incoming animation? I'm not sure how the binds work for the model or how to use methods properly with this.
replacing isoInit.element = element; with isoInit.element = $(element); within the directive isotopeContainer fixes the problem.
``` ReferenceError: $ is not defined at Object.store (script.js:33170) at new (script.js:32804) at Object.invoke (script.js:4203) at $get.extend.instance (script.js:8493) at script.js:7739 at forEach (script.js:331) at nodeLinkFn (script.js:7738) at compositeLinkFn (script.js:7117) at...