summaryrefslogtreecommitdiffstats
path: root/src/main/resources/bwlpModule.js
blob: 0a0f1162e2813d85c30be9a5d273b35a94ea3e54 (plain) (blame)
1
2
3
4
5
angular.module('group', [
    'form'
]);

angular.module('index').requires.push('group');