I have a list of items that are being filtered with an Angularjs filter. Here is Jade markup:
li(ng-repeat="parcel in parcels | filter : filterActiveAreaParcels")
I want to run some jQuery plugin that enhances the look of loaded elements after the filter function runs and elements are rendered in DOM. How can I do it?