Changing the step value in ma-set-point-value
-
Heya,
Is there way to change the step increment that is used in the ma-set-point-value component? I can see the step is set to "any" in the input tag in the developer tools but I have not yet been able to target that directive to change. So far, my searching has not revealed a solution.
Thanks
Ian -
Hi Ian,
Thanks for the suggestion! Alas, it is not presently possible, but it certainly shall be when the next UI module is released (we just added it). It will be assigned using the step attribute, like,
<ma-set-point-value step="5"></ma-set-point-value>