mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
9bbd62f454
commit
5fc6eb0b5d
1 changed files with 4 additions and 1 deletions
|
|
@ -8,9 +8,12 @@
|
|||
* @description
|
||||
* Simple service for logging. Default implementation writes the message
|
||||
* into the browser's console (if present).
|
||||
*
|
||||
*
|
||||
* 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>
|
||||
<file name="script.js">
|
||||
|
|
|
|||
Loading…
Reference in a new issue