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-06-25 17:49:21 +02:00

6 lines
129 B
JavaScript

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