SyntaxFix
Write A Post
Hire A Developer
Questions
If it is worth mentioning, you can define constants in angular using $provide.constant()
$provide.constant()
angularApp.constant('YOUR_CONSTANT', 'value');