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 d2f24a31..9aa0d57e 100644 --- a/src/directives.js +++ b/src/directives.js @@ -265,7 +265,7 @@ angularDirective("ng:bind", function(expression, element){          error = formatError(e);        });        this.$element = oldElement; -      // If we are HTML than save the raw HTML data so that we don't +      // If we are HTML then save the raw HTML data so that we don't        // recompute sanitization since it is expensive.        // TODO: turn this into a more generic way to compute this        if (isHtml = (value instanceof HTML)) | 
