Files
dss.web/client/app/services/user/user.roles.js
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00:00

10 lines
183 B
JavaScript
Executable File

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