salix/front/core/components/debug-info/index.html

6 lines
153 B
HTML
Raw Normal View History

2019-10-23 15:38:35 +00:00
<h6>Debug info</h6>
<ul>
<li>
<span ng-class="{alert: $root.$$watchersCount > 500}">{{$root.$$watchersCount}}</span> watchers
</li>
</ul>