mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs($log): the documented default log behavior was incorrect
Closes #4953
This commit is contained in:
parent
334303e485
commit
68d71bbc01
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
* The main purpose of this service is to simplify debugging and troubleshooting.
|
||||
*
|
||||
* The default is not to log `debug` messages. You can use
|
||||
* The default is to log `debug` messages. You can use
|
||||
* {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this.
|
||||
*
|
||||
* @example
|
||||
|
|
|
|||
Loading…
Reference in a new issue