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