This repository has been archived on 2020-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
sp4ke.github.com/js/services.js
2014-11-21 00:03:52 +01:00

6 lines
129 B
JavaScript

// Generated by CoffeeScript 1.8.0
(function() {
angular.module('myApp.services', []).value('version', '0.1');
}).call(this);