mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Update directives to use controllers where necessary
This commit is contained in:
@@ -10,6 +10,6 @@ config.$inject = ['$resourceProvider'];
|
||||
angular
|
||||
.module('at.lib.models', [])
|
||||
.config(config)
|
||||
.factory('Base', Base)
|
||||
.factory('CredentialType', CredentialType);
|
||||
.service('BaseModel', Base)
|
||||
.service('CredentialType', CredentialType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user