add comment to search

This commit is contained in:
Matias Alejo Garcia 2016-06-04 17:47:58 -03:00
commit b1a15d56c0
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 15 additions and 9 deletions

View file

@ -3,7 +3,7 @@
<span ng-show="!comment" translate>Enter a new comment</span>
<span ng-show="comment" translate>Edit comment</span>
</label>
<input type="text" ng-model="data.comment">
<input type="text" ng-model="data.comment" autofocus>
</div>
<div class="small-6 columns">
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>CANCEL</button>