angular / code.angularjs.org

code.angularjs.org
151 stars 747 forks source link

Uncaught ReferenceError: Node is not defined #37

Closed minchopm closed 7 years ago

minchopm commented 8 years ago

Hi, I all versions after 1.5.0 I am getting Uncaught ReferenceError: Node is not defined because the check for Node is not correct. Please update in next version that line: var jqLiteContains = Node.prototype.contains || function(arg) { to var jqLiteContains = Node && Node.prototype.contains || function(arg) {

Narretz commented 7 years ago

Bugs / Feature Requests must be reported at: https://github.com/angular/angular.js/issues