Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 1 | /** |
2 | * A module with constants for the application | ||||
3 | * | ||||
4 | * @module app/constants/index | ||||
5 | * @exports app/constants/index | ||||
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 6 | */ |
7 | |||||
8 | window.angular && (function (angular) { | ||||
9 | 'use strict'; | ||||
10 | |||||
11 | angular | ||||
12 | .module('app.constants', []) | ||||
13 | .constant('AppConstants', { | ||||
14 | }); | ||||
15 | |||||
16 | })(window.angular); |