Tag Archives: AngularJS
AngularJS: How to turn on and off $log.debug
If you’re using $log.debug() for your AngularJS debugging, there’s a very easy way to stop those messages appearing in your browser console when you are ready to release – without commenting out every line. Simply add $logProvider.debugEnabled(false); to the config … Continue reading
Recent Comments