mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
Update project structure
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Base from './Base';
|
||||
import CredentialType from './CredentialType';
|
||||
|
||||
function config ($resourceProvider) {
|
||||
$resourceProvider.defaults.stripTrailingSlashes = false;
|
||||
}
|
||||
|
||||
config.$inject = ['$resourceProvider'];
|
||||
|
||||
angular
|
||||
.module('at.lib.models', [])
|
||||
.config(config)
|
||||
.factory('Base', Base)
|
||||
.factory('CredentialType', CredentialType);
|
||||
|
||||
Reference in New Issue
Block a user