Sort power management by type by default

This commit is contained in:
Colin McLeod
2015-06-10 22:55:15 -07:00
parent 2ea5c64256
commit f77443156d

View File

@@ -32,7 +32,7 @@ angular.module('app').controller('OutfitController', ['$window','$rootScope','$s
$scope.canSave = Persist.isEnabled();
$scope.fuel = 0;
$scope.pwrDesc = false;
$scope.pwrPredicate = null;
$scope.pwrPredicate = 'type';
$scope.costDesc = true;
$scope.costPredicate = 'c.cost';