I need to calculate the with depending on a scope value. I've been trying something like this:
<div class="scene" ng-style="{ 'width': '(illustrationStyles.Width /5000) * 100' % }">
But i can't get it to work. I can't really find any good examples of this either.
Is it possible to do calculations in ng-style?