You can order by a method, so you can use the toString method
<ul ng-repeat="strVal in arrVal | orderBy:'toString()' | filter:searchText">
You can order by a method, so you can use the toString method
<ul ng-repeat="strVal in arrVal | orderBy:'toString()' | filter:searchText">