Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

AngularJS API

csutorasr edited this page Feb 4, 2017 · 4 revisions

HOW-TO

First in a run block add the appliers to the service, then use texty directive.

Services:

textySvc

Functions:

addApplier(name,options)

Works the same as the appApplier.

getAppliers() : {}

Gets the appliers that has been added.

Directives:

texty

Creates texty editor and adds each applier, that has been added to the service. If you add appliers to the service later, those wont be added to the editor.

Bindings:

  • texty: The texty object. You can find functions and properties at the API.
  • html: The initial html text.
Clone this wiki locally