Hi Sanders,

Thank you for trying to help. I was thinking also that the issue was the 
browser iteslf. However, the error message comes from anguilar.js  on line 
10062:


 // Note: reading logFn.apply throws an error in IE11 in IE8 document mode.
      // The reason behind this is that console.log has type "object" in 
IE8...
      try {
        hasApply = !!logFn.apply;
      } catch (e) {}




      if (hasApply) {
        return function() {
          var args = [];
          forEach(arguments, function(arg) {
            args.push(formatError(arg));
          });
          return logFn.apply(console, args);


Any ideas? 

Thanks,
-Darin

​
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to