mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-16 10:43:10 +00:00
parent
9bbd62f454
commit
5fc6eb0b5d
1 changed files with 4 additions and 1 deletions
|
|
@ -8,9 +8,12 @@
|
||||||
* @description
|
* @description
|
||||||
* Simple service for logging. Default implementation writes the message
|
* Simple service for logging. Default implementation writes the message
|
||||||
* into the browser's console (if present).
|
* into the browser's console (if present).
|
||||||
*
|
*
|
||||||
* The main purpose of this service is to simplify debugging and troubleshooting.
|
* The main purpose of this service is to simplify debugging and troubleshooting.
|
||||||
*
|
*
|
||||||
|
* The default is not to log `debug` messages. You can use
|
||||||
|
* {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
|
||||||
|
*
|
||||||
* @example
|
* @example
|
||||||
<example>
|
<example>
|
||||||
<file name="script.js">
|
<file name="script.js">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue