iknb/admin/admin.module.js

15 lines
296 B
JavaScript
Raw Normal View History

2020-07-08 11:56:33 +00:00
'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: ''
});