/** * @ngdoc overview * @name app.run * @description * * # app.run * * Module to initialize the application */ (function () { 'use strict'; angular.module('app.run', ['app.auth']); })();