Angular JS: adding debug() to the log service

This commit is contained in:
Brian Surowiec
2013-07-26 23:56:39 -04:00
parent 24a84318bc
commit 512ccaba0a
+1
View File
@@ -305,6 +305,7 @@ declare module ng {
// see http://docs.angularjs.org/api/ng.$log
///////////////////////////////////////////////////////////////////////////
interface ILogService {
debug: ILogCall;
error: ILogCall;
info: ILogCall;
log: ILogCall;