I am displaying a value like
<tr ng-repeat ="bus in buses">
<td><select ><option > {{bus.type}}</option></select>
</td>
</tr>
I want to display the already selected list of drop downs in a disabled manner.
In chrome and firefox, it is working fine. But it is showing like this {{bus.type}} in ie 9 while displaying in screen.enter code here