Angular-Isotope Example Advanced

see basic demo

Mark Allen Hall - Mankind Software

Selector and Value-Based Sort

Selector-Based Filter

In-page Script

Click on an item to remove.

This example uses "ng-repeat='x in xList track by x.number'". The "track by" feature facilitates clean removal of an isotope-item.

  • {{x.name}}
    {{x.date | date}}
    {{x.number}}

xList

{{xList}}