I have a set of selects that all have the same options. Then I run those options through a filter so that any options that are selected in a different select don\'t show up
I have the fix.
We have to add and remove options list to trigger the rendering in IE8.
http://kkurni.blogspot.com.au/2013/10/angularjs-ng-option-with-ie8.html
/**
* Fix for IE select menus getting stuck when their underlying list changes.
* Original code: http://kkurni.blogspot.com.au/2013/10/angularjs-ng-option-with-ie8.html
*
* Set the `ie-select-fix` attribute to the model expression that should trigger the list to re-render.
*
* @example