mirror of
https://github.com/ansible/awx.git
synced 2026-07-31 09:59:55 -02:30
adding ngdocs site for tower doc site
This commit is contained in:
@@ -4,10 +4,14 @@
|
||||
*
|
||||
* helpers/License.js
|
||||
*
|
||||
* Routines for checking and reporting license status
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name helpers.function:License
|
||||
* @description Routines for checking and reporting license status
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
angular.module('LicenseHelper', ['RestServices', 'Utilities', 'LicenseUpdateFormDefinition', 'FormGenerator', 'ParseHelper', 'ModalDialog', 'VariablesHelper', 'LicenseFormDefinition', 'AccessHelper'])
|
||||
|
||||
Reference in New Issue
Block a user