Job detail page refactor

Fixed js compile error
This commit is contained in:
Chris Houseknecht 2014-06-20 10:31:05 -04:00
parent c074d81c95
commit 7d91a8ba92

View File

@ -885,7 +885,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
msg: 'Call to ' + url + '. GET returned: ' + status });
});
}
});
});
}, 300);
scope.HostSummaryOnTotalScroll = function(mcs) {