Commit e2ab11a77ad210b4ace1a45eda0471b58378cca4

Authored by Kuldeep Arora
1 parent 64c198e304
Exists in master

minor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/fbo-flight/flight.html
... ... @@ -281,7 +281,7 @@
281 281 </td>
282 282 <td style="width: 20%">
283 283 <select class="form-control" ng-model="aircraftData.make" ng-change="getModal(aircraftData.make, $index)">
284   - <option ng-repeat="make in aircraftMakeList">{{make}}</option>
  284 + <option ng-repeat="make in aircraftMakeList | orderBy">{{make}}</option>
285 285 </select>
286 286 </td>
287 287 <td style="width: 20%">
... ...