| 1 | var blacksmithUIControllers = angular.module('blacksmithUIControllers', []); |
| 2 | |
| 3 | blacksmithUIControllers.controller('BlacksmithMachinesCtrl', ['$scope', 'Machines', 'MachineVariable', 'MachineConfigure', function ($scope, Machines, MachineVariable, MachineConfigure) { |
| 4 | $scope.sortType = 'name'; |
nothing calls this directly
no test coverage detected