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.

15 lines
296 B

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