mirror of
https://github.com/fergalmoran/ferglie.git
synced 2026-02-16 20:54:51 +00:00
6 lines
168 B
JavaScript
Executable File
6 lines
168 B
JavaScript
Executable File
'use strict';
|
|
|
|
angular.module('shortioApp', ['ngResource', 'ui.bootstrap'])
|
|
.config(function () {
|
|
console.log("shortioApp: reporting for duty")
|
|
}); |