autofocus the input when it appears

This commit is contained in:
Athou
2013-10-14 07:01:14 +02:00
parent 6acef4a406
commit a0b937769d

View File

@@ -7,6 +7,6 @@
<span class="label label-info" ng-repeat="tag in entry.tags">{{tag}}</span>
</span>
<span ng-if="edit_mode">
<input type="text" ui-select2="select2Options" ng-model="entry.tags" class="tag-input" />
<input type="text" ui-select2="select2Options" ng-model="entry.tags" class="tag-input" autofocus />
</span>
</span>