'use strict'; angular.module('dssWebApp') .constant('CHAT_EVENTS', { startChat: 'startChat' });