You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
320 B

'use strict';
// define the 'sloDialectsApp' module
angular
.module('sloDialectsApp', [
'ui.bootstrap',
'ui-leaflet'
])
.constant('Config', {
// If app not in server root, add relative path, otherwise leave empty string. Define also in api/config.php and admin/admin.module.js!
APP_PATH: ''
});