Version

AngularJS Support (igHtmlEditor)

Topic Overview

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.

In this topic

This topic contains the following sections:

Preview

The following is a preview of the final result.

Requirements

In order to run this sample, you need to have:

  • The required Ignite UI for jQuery JavaScript and CSS files
  • The Ignite UI AngularJS directives

Details

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.

Related Content

The following topics provide additional information related to this topic:

View on GitHub