/**
* @namespace app.layout
* @requires app.core
*
* @description
*
* The `app.layout` module handles layout of the application, application-wide state transitions and events.
*/
angular.module('app.layout', ['app.core']);
/**
* @namespace app.layout
* @requires app.core
*
* @description
*
* The `app.layout` module handles layout of the application, application-wide state transitions and events.
*/
angular.module('app.layout', ['app.core']);