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