You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm an angular noob so sorry if this isn't an actual issue but rather misuse.
I need to create many sliders with different step sizes for each (varying from a small decimal number to large ints). I tried to put it in a ng-repeat loop but get a NaN when I put anything other than a hard-coded number in the step (except for start/end). When I replace att.step with "1", say it works fine.
I'm an angular noob so sorry if this isn't an actual issue but rather misuse.
I need to create many sliders with different step sizes for each (varying from a small decimal number to large ints). I tried to put it in a ng-repeat loop but get a NaN when I put anything other than a hard-coded number in the step (except for start/end). When I replace att.step with "1", say it works fine.
See this behavior in this fiddle: FIDDLE.
Any suggestions or is this a bug?
The text was updated successfully, but these errors were encountered: