Questions tagged [angular-constant]
4 questions
1
vote
3 answers
How to get value of nested constants in angularjs?
I've been trying to get the value of the nested constants inside the angular constants using angular filter. But I can't find an efficient way to get the values. I'm allowed to use lodash "^2.4.1" and i tried using _.pick but still i could only…

Balajee Ks
- 327
- 7
- 18
0
votes
1 answer
Access angular constant i script tag
I have this json-file, url.json:
{
"security":
{
"url": "https://url.to.securitypage/here"
}
}
I need to access the url in a script tag in my HTML page: