summaryrefslogtreecommitdiffstats
path: root/src/main/resources/bwlpModule.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/bwlpModule.js')
-rw-r--r--src/main/resources/bwlpModule.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/bwlpModule.js b/src/main/resources/bwlpModule.js
new file mode 100644
index 0000000..c74580a
--- /dev/null
+++ b/src/main/resources/bwlpModule.js
@@ -0,0 +1,5 @@
+angular.module('location', [
+ 'form'
+]);
+
+angular.module('index').requires.push('location'); \ No newline at end of file