owl-bt
Version:
owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
12 lines • 368 B
HTML
<div class="fuzzy-list">
<!-- render-done="{{$isRendered}}" -->
<!-- <input type="text" ng-model="filter" /> -->
<input type="text" autofocus />
<ul>
<!-- <li ng-repeat="match in matches"> poor performance
<span ng-repeat="part in ::match.parts" ng-class="{highlight: part.isMatch}">
{{::part.text}}
</span>
</li> -->
</ul>
</div>