/** * @ngdoc overview * @name app.home * @description * * # app.home * * Module for the home view. */ (function() { 'use strict'; angular .module('app.home', []) })();