summaryrefslogtreecommitdiffstats
path: root/app/common/components/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/components/index.js')
-rw-r--r--app/common/components/index.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/common/components/index.js b/app/common/components/index.js
new file mode 100644
index 0000000..67d5a2d
--- /dev/null
+++ b/app/common/components/index.js
@@ -0,0 +1,9 @@
+/**
+ * A module to contain common components
+ */
+window.angular && (function(angular) {
+ 'use strict';
+
+ // Register app.common.components module
+ angular.module('app.common.components', []);
+})(window.angular);
OpenPOWER on IntegriCloud