aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/directive.ngdoc
diff options
context:
space:
mode:
authorJoe Hanink2013-10-02 15:52:33 -0700
committerPete Bacon Darwin2013-10-03 23:37:09 +0100
commit1691c4e9a3a87268e00e48d04afb79a926742ea4 (patch)
treebec0ab2c51601e4f3aeea444a58373a0eb47fb16 /docs/content/guide/directive.ngdoc
parent7fec4bae804934ea17f62e190081ea66de450b31 (diff)
downloadangular.js-1691c4e9a3a87268e00e48d04afb79a926742ea4.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 'docs/content/guide/directive.ngdoc')
0 files changed, 0 insertions, 0 deletions