6 lines
175 B
HTML
6 lines
175 B
HTML
<div>
|
|
<textarea rows="50" cols="80" ng-model='configuration' class="configuration"> </textarea>
|
|
</div>
|
|
<button type="button" ng-click="saveConfiguration()">Save</button>
|
|
|