fix tagging issues

This commit is contained in:
Athou
2014-11-25 10:30:14 +01:00
parent 435fcb9669
commit ed81fc576a
3 changed files with 3 additions and 2 deletions

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" autofocus />
<input type="hidden" ui-select2="select2Options" ng-model="entry.tags" class="tag-input" autofocus />
</span>
</span>