Removed unnecessary dependency injections

This commit is contained in:
Michael Abashian
2017-03-16 14:53:08 -04:00
parent 1c266b6ab5
commit 1869ba6742
85 changed files with 272 additions and 306 deletions

View File

@@ -7,16 +7,16 @@
export default ['Rest', 'Wait',
'NotificationsFormObject', 'ProcessErrors', 'GetBasePath',
'GenerateForm',
'OrganizationList', 'notification_template',
'notification_template',
'$scope', '$state', 'GetChoices', 'CreateSelect2', 'Empty',
'$rootScope', 'NotificationsTypeChange', 'ParseTypeChange',
'NotificationsTypeChange', 'ParseTypeChange',
function(
Rest, Wait,
NotificationsFormObject, ProcessErrors, GetBasePath,
GenerateForm,
OrganizationList, notification_template,
notification_template,
$scope, $state, GetChoices, CreateSelect2, Empty,
$rootScope, NotificationsTypeChange, ParseTypeChange
NotificationsTypeChange, ParseTypeChange
) {
var generator = GenerateForm,
id = notification_template.id,