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.

Selector-Based Filter

Selector and Value-Based Sort

In-page Script

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}}