Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 273 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 273 Bytes

#Knockout Range Knockout-range extension is highly inspired from Knockoutjs's numeric extension. It provides natural numbers in a range.

Usage

ko.observable().extend({range: {min: 0, max: 10}})

Example

jsFiddle example