Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 891b364

Browse files
SyntaxRulesNarretz
authored andcommitted
docs($log): Add debug button to example
Add debug button to example. It was in teh docs but not the example. No breaking changes.
1 parent 67297de commit 891b364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/log.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<button ng-click="$log.warn(message)">warn</button>
3333
<button ng-click="$log.info(message)">info</button>
3434
<button ng-click="$log.error(message)">error</button>
35+
<button ng-click="$log.debug(message)">debug</button>
3536
</div>
3637
</file>
3738
</example>

0 commit comments

Comments
 (0)