More work on adding tags to dashboard, added bootstrap tagsinput

This commit is contained in:
Torkel Ödegaard
2014-02-12 12:29:46 +01:00
parent 11c5fdc328
commit 2214c0cdf8
13 changed files with 674 additions and 27 deletions
+4 -1
View File
@@ -33,7 +33,10 @@
<div class="editor-row">
<div class="section">
<div class="editor-option">
<label class="small">Tags</label><input type="text" class="input-large" ng-model='dashboard.current.tags'></input>
<label class="small">Tags</label>
<bootstrap-tagsinput ng-model="dashboard.current.tags" tagclass="label label-tag" placeholder="add tags">
</bootstrap-tagsinput>
<tip>Press enter to a add tag</tip>
</div>
</div>
</div>