aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/log.js
AgeCommit message (Collapse)Author
2014-02-28style: enable jscs requireRightStickedOperators ruleIgor Minar
2014-02-18style: remove ws and enfore no-trailing-ws jscs ruleIgor Minar
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-02-04docs(log.js): param debugEnabled is a boolean and not a stringGiffenGood
2013-12-18fix($log): should work in IE8Tobias Bosch
In IE8, reading `console.log.apply` throws an error. Catching this errow now. Fixes #5400. Fixes #5147.
2013-11-20docs($log): the documented default log behavior was incorrectMichel Salib
Closes #4953
2013-11-04docs($log): add the word "safely" to clarifygranteagon
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-22style: make jshint happyVojta Jina
2013-10-09docs($log): explain how to configure debug loggingHenry Hazan
Closes #4348
2013-09-27fix(log): prevent logging `undefined` for $log in IEColin Casey
Closes #1705
2013-07-31fix(mock.$log): keep in sync with $logChirayu Krishnappa
Closes #2343
2013-01-17feat($log): add $log.debug()nlaplante
New debug() method with suppressable output via $logProvider.debugEnabled() Closes #1592
2012-08-27doc($log): correct non-working exampleMisko Hevery
2012-06-12docs(*): simplify doc urlsIgor 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-28chore(module): move files around in preparation for more modulesMisko Hevery