UNPKG

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.

10 lines (9 loc) 268 B
<div class="msg-panel"> {{msgPanel.messages}} <div uib-alert ng-repeat="alert in alertPanel.alerts" ng-class="'alert alert-'+alert.level" close="alertPanel.closeAlert($index)"> <div class="alert-message"> {{alert.message}} </div> </div> </div>