aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
authorJoe Hanink2013-10-02 15:52:33 -0700
committerPete Bacon Darwin2013-10-03 23:46:24 +0100
commita4dc21ebf53165c70c49c300174714e0921af510 (patch)
tree82be7202b7e11954b40b5194f5697b3d7ce003b8 /src/ng/directive/input.js
parentec93f94cc944e86da5a7332e079e140a4ef33ea6 (diff)
downloadangular.js-a4dc21ebf53165c70c49c300174714e0921af510.tar.bz2
docs(angular.bind): clarify that bind is partial application
The `angular.bind` function reflects the definition of "partial application", which reduces a function's arity rather than transforming a function with n args into a chain of n functions, each having a single arg. curry : f(x,y,z) -> f(x)(y)(z) partial application : f(x,y,z) -> f(x)(y,z) Closes #4239
Diffstat (limited to 'src/ng/directive/input.js')
0 files changed, 0 insertions, 0 deletions