You can switch angle deviation information by calling
$compileProvider.debugInfoEnabled(debugInfoState);
as part of the angular application configuration method.
Is there a way to check if debugging information is enabled through the console when the application is running in a browser?
source share