diff options
Diffstat (limited to 'src/directives.js')
| -rw-r--r-- | src/directives.js | 2 | 
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){  | 
