(function () { 'use strict'; angular .module('dcaeApp.header', []) .config(config); function config() { } })();