<optionvalue="{{grid.id}}"ng-repeat="grid in gridsList | orderBy: 'name' track by $index"ng-selected="grid.id == viewingGrid.id"ng-class="{'grid-panel-select-optionactive': grid.active}">
{{ grid.name }}
</option>
</select>
<selectng-options="grid as grid.name for grid in gridsList | orderBy: 'name' track by grid.id"ng-model="viewingGrid"ng-change="showGrid(viewingGrid.id,'menu')"size="7"options-class="{'grid-panel-select-optionactive': active, 'grid-panel-select-optioninactive': !active}"></select>
</div>
<!--<div class="list-group">
<a class="list-group-item" ng-repeat="grid in gridsList track by $index" ng-click="showGrid(grid.id,false)" ng-class="(grid.id == viewingGrid.id) ? 'active' : ''">