text panel documentation

This commit is contained in:
Rashid Khan 2013-04-19 21:58:58 -07:00
parent 78c6178217
commit bcaba79494

View File

@ -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) {