I have following code
<head>
<script>
var sourceUrl = 'image url';
</script>
</head>
and following HTML
<span style="background-image: url('{{sourceUrl }}{{myanotherangularVariableWhichisWorking}}');></span>
Now my Source URL is not coming here..
Any idea how to do this
Thanks