In Angular.js, I am getting a ton of these warnings in my console log...
No environments match URL: http://10.14.23.61:9000/search
These are just warnings in the console, not breakage. The app is working
fine. These warnings are crowding my console.log and makes development
hard. How can I get Angular.js to stop with these? They are driving me
crazy.
Code block from anguilar.js 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);
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.