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