| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-20 | docs($log): the documented default log behavior was incorrect | Michel Salib | |
| Closes #4953 | |||
| 2013-11-04 | docs($log): add the word "safely" to clarify | granteagon | |
| I was reading the doc and had to read the code to be sure it was safe. Spelling it out seems easier. Closes #4760 | |||
| 2013-10-22 | style: make jshint happy | Vojta Jina | |
| 2013-10-09 | docs($log): explain how to configure debug logging | Henry Hazan | |
| Closes #4348 | |||
| 2013-09-27 | fix(log): prevent logging `undefined` for $log in IE | Colin Casey | |
| Closes #1705 | |||
| 2013-07-31 | fix(mock.$log): keep in sync with $log | Chirayu Krishnappa | |
| Closes #2343 | |||
| 2013-01-17 | feat($log): add $log.debug() | nlaplante | |
| New debug() method with suppressable output via $logProvider.debugEnabled() Closes #1592 | |||
| 2012-08-27 | doc($log): correct non-working example | Misko Hevery | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
