Is it possible to add custom css properties aka css variables inside ng-style?
I have tried to use this:
<li ng-repeat="item in vm.items" ng-style="{'--index': $index}">{{item.name}}</li>
but this doesn't work I got no --index in style attribute when inspect in developer tools.
no you must type a valid CSS property like