"use strict"; /** * Created by igor.samulenko on 5/23/2014. */ (function () { 'use strict'; angular.module('myitsmApp').constant('roles', { 'ITSM_ADMIN_ROLE': 'galileo-admin-access', 'ITSM_AGENT_ROLE': 'galileo-normal-access', 'ITSM_CHANGE_USER_ROLE': 'galileo-change-access', 'ITSM_KNOWLEDGE_USER_ROLE': 'galileo-knowledge-access', 'ITSM_PROBLEM_USER_ROLE': 'galileo-problem-access', 'ITSM_KCS_COACH_ROLE': 'galileo-kcscoach-access', 'ITSM_PEOPLE_USER_ROLE': 'galileo-people-access', 'ITSM_ASSET_USER_ROLE': 'galileo-asset-access', 'ITSM_RELEASE_USER_ROLE': 'galileo-release-access', 'ITSM_SBE_USER_ROLE': 'galileo-sbe-access', 'ITSM_BROADCAST_USER_ROLE': 'galileo-broadcast-access' }); })();