From bbd87c9425ae984f632783b1f33f415ec1747ca6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 22 Oct 2010 16:45:56 -0700 Subject: simplifying ng:click spec --- src/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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){ -- cgit v1.2.3