We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi. Can you explain to me. How I can create an array of steps. For example I have this code: $scope.sensitivity = { min: 10, max: 50, default: 10 };
I need fixed points like [10----20----50]. How can I do this?