npm-gui
Version:
Graphic User Interface for NPM packages/tasks for front and back -end users.
12 lines (11 loc) • 344 B
HTML
<label for="console">Console</label>
<button class="btn btn-danger btn-xs pull-right"
ng-click="console.clearConsole()"
>Clear
</button>
<pre class="panel panel-default"
id="console"
disabled="disabled"
style="height:77vh;"
>{{console.log.data}}</pre>
<input type="text" class="form-control"/>