issue #383 implemented

parent 67f10f6a
......@@ -145,7 +145,7 @@
<div class="form-group row">
<select class="grid-panel-select" ng-model="grid" ng-change="showGrid(grid,false)" size="7">
<option value="{{grid.id}}" ng-repeat="grid in gridsList track by $index" ng-selected="grid.active" ng-class="(grid.active) ? 'grid-panel-select-optionselected' : '' ">
<option value="{{grid.id}}" ng-repeat="grid in gridsList | orderBy: 'name' track by $index" ng-selected="grid.active" ng-class="(grid.active) ? 'grid-panel-select-optionselected' : '' ">
{{ grid.name }}
</option>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment