diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index 2fb8f66c..50d7d76c 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -454,7 +454,7 @@ function trim(value) {  function isElement(node) {    return node &&      (node.nodeName  // we are a direct element -    || (node.bind && node.find));  // we have a bind and find method part of jQuery API +    || (node.on && node.find));  // we have an on and find method part of jQuery API  }  /** | 
