mirror of
https://github.com/fergalmoran/shortio.git
synced 2026-02-18 14:04:30 +00:00
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
'use strict';
|
|
|
|
angular.module('shortioApp', ['ngResource'])
|
|
.config(function () {
|
|
console.log("shortioApp: reporting for duty")
|
|
}); |