OSDN Git Service

478f7a321d96e30463442685df566c24dc5fb3fd
[eos/zephyr.git] / front-end / app / templates / execution.html
1 <div class="container">
2     <div class="row">
3         <uib-accordion>
4             <command index="i" name="command.name" remove="c.remove" list="c.commandInfoList" ng-repeat="(i, command) in c.commandInfoList"></command>
5         </uib-accordion>
6         <button class="btn" ng-click="c.add()">Add</button>
7         <button class="btn btn-default" ng-click="c.open()">open</button>
8     </div>
9 </div>