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

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