I need to filter a list of items by their category. I want the user to be able to click a button, and then have the filter applied to a list.
At the moment, I have t
This is now provided natively within the filter. You can just pass true to the filter to enable strict matching.
{{ movie.title }}
Refereces
https://docs.angularjs.org/api/ng/filter/filter
https://stackoverflow.com/a/18243147/1466430