UNPKG

insight-ui

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 bitcoin network and build your own services with it.

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