Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 1 | /** |
2 | * A module to contain common services | ||||
3 | * | ||||
4 | * @module app/common/services/index | ||||
5 | * @exports app/common/services/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.common.services', [ | ||||
13 | // Dependencies | ||||
14 | // Basic resources | ||||
15 | ]); | ||||
16 | |||||
17 | })(window.angular); |