typo: ` instead of ' in AngularJS example (#16699)

This commit is contained in:
rbuquet 2018-03-08 16:39:57 +01:00 committed by Tim Roes
parent b2b5142eaf
commit 99380bb9aa

View file

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