UNPKG

flosight-ui

Version:

An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.

13 lines (11 loc) 248 B
'use strict'; //Global service for global variables angular.module('flosight.system') .factory('Global',[ function() { } ]) .factory('Version', function($resource, Api) { return $resource(Api.apiPrefix + '/version'); });