Commit bcaba794 by Rashid Khan

text panel documentation

parent 78c61782
/*
## 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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment