<div class="progressMain">
<div class="stocking progressWrap progress" data-progress-percent="33">
<div class="progressBar progress stocking"></div>
<div class="progressText">In Progress 3 of 7 steps</div>
</div>
</div>
There is a challenge with resolving the scope value inside the data-progress-percent attribute in my directive. I attempted using data-progress-percent={{value}} but it was unsuccessful. Do you have any suggestions on how to successfully insert scope variables within the div class?