Fixes Projects > Edit TypeError: Cannot set property

'showMissingPlaybooksAlert' of undefined
This commit is contained in:
Leigh Johnson 2016-11-02 12:31:47 -04:00
parent 4e81daafec
commit cc5135fd26

View File

@ -700,6 +700,6 @@ export function ProjectsEdit($scope, $rootScope, $compile, $location, $log,
}
ProjectsEdit.$inject = ['$scope', '$rootScope', '$compile', '$location', '$log',
'$stateParams', 'ProjectsForm', 'Rest', 'Alert', 'ProcessErrors', 'Prompt',
'ClearScope', 'GetBasePath', 'GetProjectPath', 'Authorization', 'GetChoices', 'Empty',
'$stateParams', 'ProjectsForm', 'Rest', 'Alert', 'ProcessErrors', 'GenerateForm',
'Prompt', 'ClearScope', 'GetBasePath', 'GetProjectPath', 'Authorization', 'GetChoices', 'Empty',
'DebugForm', 'Wait', 'ProjectUpdate', '$state', 'CreateSelect2', 'ToggleNotification', 'i18n'];