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="mod in currentNode.nodes">
        <th>{{translate(mod.id)}}</th>
        <td>
          <select class="form-control" id="selectform" ng-model="mod.data" ng-change="mod.onChange()">
            <option ng-repeat="item in mod.select" ng-selected="item.k==mod.data" value="{{item.k}}" trspan="{{item.v}}"></option>
          </select>
        </td>
      </tr>
    </tbody>
  </table>
</div>
<script type="text/menu">
[]
</script>