blob: 43e38b6d7642dd5d530b9d01857d5c82e4c3e683 [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);