We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06baf18 commit 1b8eb23Copy full SHA for 1b8eb23
src/ng/log.js
@@ -11,6 +11,14 @@
11
*
12
* The main purpose of this service is to simplify debugging and troubleshooting.
13
14
+ * To reveal the location of the calls to `$log` in the JavaScript console,
15
+ * you can "blackbox" the AngularJS source in your browser:
16
+ *
17
+ * [Mozilla description of blackboxing](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Black_box_a_source).
18
+ * [Chrome description of blackboxing](https://developer.chrome.com/devtools/docs/blackboxing).
19
20
+ * Note: Not all browsers support blackboxing.
21
22
* The default is to log `debug` messages. You can use
23
* {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
24
0 commit comments