I have array of objects that holds two properties(title, params). When I apply following filter all values are searched for match.
The problem is that type.title value is not translated and I need to filter out array items which translated title property matches with the $select.search
value
<ui-select-choices repeat="type in codeLists.reportTypes | filter: $select.search">