I have this progress bar value being loaded from scope
<progressbar value="{{(sales*1)*100/(stock*1) | number}}" class="progress-xs no-radius no-margin" type="danger"></progressbar>
why the progressbar value is not being processed? what is wrong here?