summaryrefslogtreecommitdiffstats
path: root/app/constants/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/constants/index.js')
-rw-r--r--app/constants/index.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/constants/index.js b/app/constants/index.js
new file mode 100644
index 0000000..c27d81d
--- /dev/null
+++ b/app/constants/index.js
@@ -0,0 +1,17 @@
+/**
+ * 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);
OpenPOWER on IntegriCloud