aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.js
diff options
context:
space:
mode:
authorIgor Minar2010-10-22 16:45:56 -0700
committerMisko Hevery2010-10-23 14:22:54 -0700
commitbbd87c9425ae984f632783b1f33f415ec1747ca6 (patch)
treeadff9cc1726f5892db85bfd787e824b8e10ea09a /src/directives.js
parent64063b5d41c5ebac2835a83d9da40974da4d4820 (diff)
downloadangular.js-bbd87c9425ae984f632783b1f33f415ec1747ca6.tar.bz2
simplifying ng:click spec
Diffstat (limited to 'src/directives.js')
-rw-r--r--src/directives.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directives.js b/src/directives.js
index 829be3e1..148e1f86 100644
--- a/src/directives.js
+++ b/src/directives.js
@@ -205,7 +205,7 @@ angularWidget("@ng:repeat", function(expression, element){
*
* Events that are handled via these handler are always configured not to propagate further.
*
- * TODO: maybe we should consider allowing users to control even propagation in the future.
+ * TODO: maybe we should consider allowing users to control event propagation in the future.
*/
angularDirective("ng:click", function(expression, element){
return function(element){