Fix misnamed dependency

This commit is contained in:
Joe Fiorini
2015-02-09 10:27:46 -05:00
parent 43d6124153
commit c35826c696

View File

@@ -56,7 +56,7 @@ var tower = angular.module('Tower', [
dashboardGraphs.name,
'AuthService',
'Utilities',
'License',
'LicenseHelper',
'OrganizationFormDefinition',
'UserFormDefinition',
'FormGenerator',