Rename save button when renaming container

Closes #120
pull/2/head
Janne Heß 2015-09-03 13:00:43 +02:00
parent 66894e7596
commit a79c26a7a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Container:
<input type="text" ng-model="container.newContainerName">
<button class="btn btn-success"
ng-click="renameContainer()">Edit
ng-click="renameContainer()">Save
</button>
<button class="btn btn-danger"
ng-click="container.edit = false;">&times;</button>