Files
awx/awx/ui/client/lib/index.js
2017-06-12 09:53:11 -04:00

6 lines
120 B
JavaScript

import PathService from './path.service';
angular
.module('at.lib', [])
.factory('PathService', PathService);