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?