Add description to export modal

This commit is contained in:
Colin McLeod
2015-07-18 16:50:03 -07:00
parent a6ba61a2bf
commit 2890ff5537
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<h2 ng-bind="title"></h2>
<div ng-if="description" ng-bind="description"></div>
<div>
<textarea class="cb json" ng-click="onTextClick($event)" ng-bind="export"></textarea>
</div>