blob: cc466652b5426b2bf0781176e64a20cecfc211b0 [file] [log] [blame]
Iftekharul Islam99d199f2017-03-24 15:28:25 -05001/**
2 * A module with constants for the application
3 *
4 * @module app/constants/index
5 * @exports app/constants/index
Iftekharul Islam99d199f2017-03-24 15:28:25 -05006 */
7
Andrew Geisslerba5e3f32018-05-24 10:58:00 -07008window.angular && (function(angular) {
9 'use strict';
Iftekharul Islam99d199f2017-03-24 15:28:25 -050010
Andrew Geisslerd27bb132018-05-24 11:07:27 -070011 angular.module('app.constants', []).constant('AppConstants', {});
Iftekharul Islam99d199f2017-03-24 15:28:25 -050012
13})(window.angular);