Matteo Scandolo | c7987cd | 2016-04-12 11:38:40 -0700 | [diff] [blame] | 1 | 'use strict'; |
2 | |||||
3 | /* | ||||
4 | * List of the active onos services | ||||
5 | |||||
6 | */ | ||||
7 | |||||
8 | angular.module('xos.helpers') | ||||
9 | .service('ONOS-Services-Collection', function($resource){ | ||||
10 | return $resource('/api/service/onos/'); | ||||
11 | }) |