AC-391 Fix to inventory display. Fix to helpers/project.js not compiling.

This commit is contained in:
chouseknecht 2013-09-04 09:17:58 -04:00
parent 602bf49caf
commit 41ef7c1fec

View File

@ -11,9 +11,9 @@
angular.module('ProjectsHelper', ['RestServices', 'Utilities', 'ProjectStatusDefinition'])
.factory('ProjectStatus', ['$rootScope', '$location', '$log', '$routeParams', 'Rest', 'Alert', 'GenerateForm',
'Prompt', 'ProcessErrors', 'GetBasePath', 'FormatDate', 'ProjectStatusForm', 'FormatDate',
'Prompt', 'ProcessErrors', 'GetBasePath', 'FormatDate', 'ProjectStatusForm',
function($rootScope, $location, $log, $routeParams, Rest, Alert, GenerateForm, Prompt, ProcessErrors, GetBasePath,
FormatDate, ProjectStatusForm, FormatDate) {
FormatDate, ProjectStatusForm) {
return function(params) {
var project_id = params.project_id;