mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
typo: ` instead of ' in AngularJS example (#16699)
This commit is contained in:
parent
b2b5142eaf
commit
99380bb9aa
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ const MyNewVisType = (Private) => {
|
|||
icon: 'my_icon',
|
||||
description: 'Cool new chart',
|
||||
visConfig: {
|
||||
template: '<div ng-controller="MyAngularController"></div>`
|
||||
template: '<div ng-controller="MyAngularController"></div>'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -464,4 +464,4 @@ the field. The type can be either 'text' or 'html'.
|
|||
- *getValue(bucket)* : gets value for a specific bucket
|
||||
- *getField()* : gets the field used for this aggregation
|
||||
- *getFieldDisplayName()* : gets field display name
|
||||
- *getAggParams()* : gets the arguments to the aggregation
|
||||
- *getAggParams()* : gets the arguments to the aggregation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue