blob: cc466652b5426b2bf0781176e64a20cecfc211b0 [file] [log] [blame]
/**
* A module with constants for the application
*
* @module app/constants/index
* @exports app/constants/index
*/
window.angular && (function(angular) {
'use strict';
angular.module('app.constants', []).constant('AppConstants', {});
})(window.angular);