Skip to content

Instantly share code, notes, and snippets.

View TehreemAnsari's full-sized avatar
🙇‍♀️
Learning stuffs

Tehreem Ansari TehreemAnsari

🙇‍♀️
Learning stuffs
View GitHub Profile
/**
* # Global logging module
*
* This is a global set of hooks that catch all $log messages sent out by the
* application. Currently they are simply passed off directly to console.log
* but this could be updated later to allow them to be stored locally, sent to
* a server etc.
*/
angular.module('ngLogging', [])