UPPERCASE your constant: Writing constant in capital is a common best practice used in many languages. It's also useful to clearly identify the nature of injected elements:
When you see .controller('MyController', function($scope, Profile, EVENT))
, you instantly know that:
$scope
is an angular elementProfile
is a custom Service or FactoryEVENT
is an angular constant