blob: a2302fbc856609f2d1ab1661d301fb41621d8285 [file] [log] [blame]
'use strict';
/*
* List of the active onos services
*/
angular.module('xos.helpers')
.service('ONOS-Services-Collection', function($resource){
return $resource('/api/service/onos/');
})