Files
dss.web/client/app/services/user/user.roles.js
2016-09-16 22:05:45 +01:00

10 lines
183 B
JavaScript

'use strict';
angular.module('dssWebApp')
.constant('USER_ROLES', {
admin: 'admin',
editor: 'staff',
homepage: 'homepage',
guest: 'guest'
});