[backport] add drop attachemnts in wiki

stable
Juanfran 2016-03-14 08:15:33 +01:00
parent 9d7660b2e6
commit 7dca639e87
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ div.wrapper(ng-controller="WikiDetailController as ctrl",
div.summary.wiki-summary(tg-wiki-summary, ng-model="wiki", ng-if="wiki.id")
h2.wiki-title(ng-bind='wikiTitle')
section.wiki-content(tg-editable-wiki-content, ng-model="wiki")
section.wiki-content(
tg-editable-wysiwyg,
tg-editable-wiki-content,
ng-model="wiki"
)
tg-attachments-full(
ng-if="wiki.id"