You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In angular, for lists there are various filters which can be applied to the list in html. One example of it is orderBy which sorts the list and as a result we don't have to apply this filter in the backend code.
Is there any way to include the angular filters or custom filters written in options of angular selector?
The text was updated successfully, but these errors were encountered:
hi @indrimuska . Thank you for the workaround. But it doesn't completely solve the issue with my application. Is there any future scope of handling these filters within options?
Yes, of course. I don't have the time to implement it now due to my busy schedule, but I will appreciate any PR or help from anyone! :)
Let's move this thread to #25.
Hi,
In angular, for lists there are various filters which can be applied to the list in html. One example of it is orderBy which sorts the list and as a result we don't have to apply this filter in the backend code.
Is there any way to include the angular filters or custom filters written in options of angular selector?
The text was updated successfully, but these errors were encountered: