OSDN Git Service

Modified: Upload, Command execution
[eos/zephyr.git] / front-end / app / templates / workspace.html
1 <header-menu></header-menu>
2 <div class="container">
3     <div class="row">
4         <button type="button" class="btn btn-info" ng-click="c.debug()">Debug</button>
5         <button type="button" class="btn btn-info" ng-click="c.upload()">Upload</button>
6         <directory index="i" info="info" list="c.directoryList" add="c.addDirectory" ng-repeat="(i, info) in c.directoryList"></directory>
7     </div>
8     <!-- <button type="button" class="btn btn-default" ng-click="c.test()">WORKSPACE</button> -->
9 </div>