Merge pull request #803 from xt0rted/angular.$log

Angular JS: adding debug() to the log service
This commit is contained in:
Boris Yankov
2013-07-28 10:38:04 -07:00
+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;