Angular JS: adding debug() to the log service

This commit is contained in:
Brian Surowiec
2013-07-28 17:32:01 -07:00
committed by jraymakers
parent 6adcf493b7
commit 515bb54d0b
+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;