blob: a2302fbc856609f2d1ab1661d301fb41621d8285 [file] [log] [blame]
Matteo Scandolo4b3bf7f2016-04-12 11:38:40 -07001'use strict';
2
3/*
4 * List of the active onos services
5
6 */
7
8angular.module('xos.helpers')
9.service('ONOS-Services-Collection', function($resource){
10 return $resource('/api/service/onos/');
11})