Detection whether position is within community borders.

This commit is contained in:
Andreas Baldeau 2014-08-10 11:37:05 +02:00
parent cabc070b77
commit 43b4ad9178
31 changed files with 11960 additions and 16 deletions
app/scripts

View file

@ -5,7 +5,8 @@ angular.module('ffffng', [
'ngRoute',
'ng',
'leaflet-directive',
'templates-main'
'templates-main',
'ui.bootstrap'
])
.config(function ($routeProvider) {
$routeProvider