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

6 lines
153 B
HTML

<h6>Debug info</h6>
<ul>
<li>
<span ng-class="{alert: $root.$$watchersCount > 500}">{{$root.$$watchersCount}}</span> watchers
</li>
</ul>