I am trying to bind the css counter-reset property dynamically in AngularJS. Here is fiddle link where you can see what I am trying.
Basically I want the numbering of li elements should start with the number set in the controller. I tried using ng-style and ng-bind-html to directly bind the style string but still it is not showing the correct output, numbering always starts from 1.
Any help is appreciated! Thanks!