'use strict'; angular .module('proteus-auth.constants', []) .constant('AUTH_STATUS', { authorized:'authorized', passExpired:'password-expired', sessExpired:'session-expired', notAuthorized: 'not-authorized', error: 'Error', success: 'Successfull' });