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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/bwlpModule.js b/src/main/resources/bwlpModule.js
index 67fb487..0a0f116 100644
--- a/src/main/resources/bwlpModule.js
+++ b/src/main/resources/bwlpModule.js
@@ -1,5 +1,5 @@
-angular.module('location', [
+angular.module('group', [
'form'
]);
-angular.module('index').requires.push('location');
+angular.module('index').requires.push('group');