UNPKG

insight-ui-mangacoin

Version:

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

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