Files
shortio/static/js/app/app.js
Fergal Moran 47732ff70c Initial commit
2014-04-17 20:35:04 +01:00

6 lines
152 B
JavaScript

'use strict';
angular.module('shortioApp', ['ngResource'])
.config(function () {
console.log("shortioApp: reporting for duty")
});