Hello,
Thank you for this module, but I try to set a filter on my list, but the alias not working with mosaic, How can I do ? Thank you in advance.
example:
<input type="text" ng-model="searchMission">
<div mosaic="offer in $ctrl.offers | filter:searchMission | filterMultiple:searchPerformance:'searchPerformance' | filterMultiple:searchState:'department' | limitTo: $ctrl.limit | orderBy: $ctrl.searchDate as result" flex>
....
</div>
Hello,
Thank you for this module, but I try to set a filter on my list, but the alias not working with mosaic, How can I do ? Thank you in advance.
example: