The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<div class="panel panel-default">
  <div class="panel-heading">
    <h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
  </div>
  <table class="table table-striped">
    <tbody>
      <tr ng-repeat="n in currentNode.nodes">
        <th>{{translateTitle(n)}}</th>
        <td>
          <input class="form-control" ng-model="n.data" ng-change="execFilters(_findScopeByKey('authParams'))" />
        </td>
      </tr>
    </tbody>
  </table>
<script type="text/menu">
[
]
</script>