using standard jquery, i can configure the toolbar buttons this way:
but how do i do it when using angularjs and the code for initializing the editor is just this:
$("#editor").kendoEditor({
tools: [bold,...
but how do i do it when using angularjs and the code for initializing the editor is just this:
<
div
ng-controller
=
"MyController"
>
<
textarea
kendo-editor
ng-model
=
"data.html"
></
textarea
>
</
div
>