This topic shows how to configure igHtmlEditor with AngularJS. Each of our controls has a corresponding AngularJS directive, igHtmlEditor as well. This is an overview of the AngularJS igHtmlEditor directive.
This topic contains the following sections:
The following is a preview of the final result.
In order to run this sample, you need to have:
In the sample we have an igHtmlEditor initialized with its AngularJS directive. The data source of the igHtmlEditor is stored in a variable in the AngularJS controller. The same variable holding the data is bound to a HTML textarea. When we update the data from the textarea, the igHtmlEditor's content is immediately updated.
The following topics provide additional information related to this topic:
View on GitHub