aboutsummaryrefslogtreecommitdiffstats
path: root/app/core/header/header.module.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/core/header/header.module.js')
-rw-r--r--app/core/header/header.module.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/core/header/header.module.js b/app/core/header/header.module.js
new file mode 100644
index 0000000..24c0929
--- /dev/null
+++ b/app/core/header/header.module.js
@@ -0,0 +1,13 @@
+(function () {
+
+ 'use strict';
+
+ angular
+ .module('dcaeApp.header', [])
+ .config(config);
+
+ function config() {
+
+ }
+
+})();