ensure text panel content is hidden until showdown.js is available

This commit is contained in:
Rashid Khan
2013-03-05 15:46:09 -07:00
parent 3eb9c5ded0
commit 34d0c0838f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<kibana-panel ng-controller='text' ng-init="init()">
<!--<p ng-style="panel.style" ng-bind-html-unsafe="panel.content | striphtml | newlines"></p>-->
<markdown>
<markdown ng-show="ready">
{{panel.content}}
</markdown>
</kibana-panel>