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

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