From bcaba794942362c964d79d85dbe89195da5c4bb3 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 19 Apr 2013 21:58:58 -0700 Subject: [PATCH] text panel documentation --- panels/text/module.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/panels/text/module.js b/panels/text/module.js index 89c603fc24c..3d02393976b 100644 --- a/panels/text/module.js +++ b/panels/text/module.js @@ -1,3 +1,16 @@ +/* + + ## Text + + A simple panel of static content + + ### Parameters + * mode :: 'text', 'html', 'markdown' + * content :: Content of the panel + * style :: Hash containing css properties + +*/ + angular.module('kibana.text', []) .controller('text', function($scope, $rootScope) {