Angular-Isotope Example
Advanced
see basic demo
Mark Allen Hall - Mankind Software
Start Angular-Isotope when you're ready.
Angular-Isotope can be set to wait for an event to initialize.
Press the button to emit an 'iso-init' event.
Start Isotope
Selector-Based Filter
Show All
Purple
Orange
Blue
Green
Not Blue
Selector and Value-Based Sort
Name
Number
Date
In-page Script
Add Item to List
Click an Item to Delete
The "track by" feature is key to AngularJS and Isotope reliably staying in sync.
ng-repeat = 'x in xList track by x.number'
{{x.name}}
{{x.date | date}}
{{x.number}}
xList
{{xList}}