removing jobSocket module

This commit is contained in:
Jared Tabor 2016-07-01 13:42:52 -07:00
parent cfbab84ed7
commit 826392b2a8

View File

@ -5,7 +5,7 @@
*************************************************/
export default
['$scope', '$rootScope', '$stateParams', 'Wait', 'JobDetailService', 'jobSocket', 'DrawGraph', function($scope, $rootScope, $stateParams, Wait, JobDetailService, jobSocket, DrawGraph){
['$scope', '$rootScope', '$stateParams', 'Wait', 'JobDetailService', 'DrawGraph', function($scope, $rootScope, $stateParams, Wait, JobDetailService, DrawGraph){
var page_size = 200;
$scope.loading = $scope.hosts.length > 0 ? false : true;