I suggest you use a library ngLodashthat has various filtering / sorting methods for arrays and objects. See lodash documentation
Check out the method _.uniq().
You can use this method to pre-filter the list of parameters and then use the filtered list in ng-options
source
share