0

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

Elydasian
  • 2,016
  • 5
  • 23
  • 41
Maxi
  • 119
  • 10
  • 1
    Possible duplicate of [Angular JS not working with IE9 but works with other browsers](https://stackoverflow.com/questions/26567729/angular-js-not-working-with-ie9-but-works-with-other-browsers) – Scott Marcus Jun 13 '17 at 14:32
  • MY TOTAL APPLICATION IS WORKING EXCEPT DISABLED DROP DOWN – Maxi Jun 13 '17 at 14:38
  • only disbled drop down not displaying scott marcus – Maxi Jun 13 '17 at 14:39
  • And, that's why the comment reads *"Possible"* duplicate..... It's meant to give you something to go look at that could be relevant. It's not meant to be the answer. – Scott Marcus Jun 13 '17 at 14:40

0 Answers0