Filter list divider

Hi,

I’d like to know how to filter on a divider, here is a codepen : http://codepen.io/anon/pen/Kujec

If i enter “aaa”, i’d like to only see the divider 2.

Thanks for your help,

DFull

add the same filter to your Z directive:

<z ng-repeat="item in superList | filter:query">

Thanks!

I didn’t think this could be working :confused:

me either, but good to know :smiley:

1 Like