| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-28 | style: enable jscs requireRightStickedOperators rule | Igor Minar | |
| 2014-02-18 | style: remove ws and enfore no-trailing-ws jscs rule | Igor Minar | |
| 2014-02-16 | docs(bike-shed-migration): convert doctype and names | Peter Bacon Darwin | |
| 2014-02-04 | docs(log.js): param debugEnabled is a boolean and not a string | GiffenGood | |
| 2013-12-18 | fix($log): should work in IE8 | Tobias Bosch | |
| In IE8, reading `console.log.apply` throws an error. Catching this errow now. Fixes #5400. Fixes #5147. | |||
| 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 | |
