I am attempting to dynamically bind the css property counter-reset
in AngularJS. To see my efforts, check out this Fiddle link.
Essentially, I aim to have the numbering of li
elements begin with the number specified in the controller. Despite trying to use ng-style
and ng-bind-html
to directly bind the style string, the desired output is not achieved as the numbering always starts from 1.
Any assistance would be greatly appreciated. Thank you!