Added default Device List ordering by name also.

Hide devices without a model name (this may be changed later).
This commit is contained in:
Gunther Brunner
2014-06-03 17:50:23 +09:00
parent d87c780068
commit e7eeb985a7
3 changed files with 17 additions and 28 deletions

View File

@@ -30,7 +30,8 @@ module.exports = function DeviceListCtrlDetails($scope, DeviceService, GroupServ
// })
$scope.tableSorting = {
stateSorting: 'desc' // initial sorting
stateSorting: 'asc', // initial sorting
name: 'asc' // initial sorting
}
// SettingsService.bind($scope, {
// key: 'tableSorting',