Angular-Isotope Example
Advanced
see basic demo
Mark Allen Hall - Mankind Software
Initialize Isotope
Selector and Value-Based Sort
Name
Number
Date
Selector-Based Filter
Show All
Purple
Orange
Blue
Green
Not Blue
Extra Only
In-page Script
Add Item to List
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}}