ractive.add()
edit this pageIncrements the selected keypath.
ractive.add( keypath[, number ])
Returns a
Promise(see Promises)keypath
StringThe keypath of the number we're incrementing, e.g.
countnumber
Defaults to
1. The number to increment by
Increments the selected keypath.
ractive.add( keypath[, number ])
Returns a
Promise(see Promises)keypath
StringThe keypath of the number we're incrementing, e.g.
countnumber
Defaults to
1. The number to increment by