This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
If my view contains {{foo.bar.baz}}, and foo is never defined, an empty string gets rendered. This is fine for production, but it obscures errors and increases difficulty during development. Does Angular have a setting that can be enabled to dump rendering issues to the console? Ideally each dump should communicate the invalid expression, why it is invalid, where the expression was encountered and anything else that might be pertinent.