Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 283 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 283 Bytes

ng-anticomposition

An angularjs directive that fires compositionend event when a compositionupdate event occurs.

Install

$ npm install ng-anticomposition --save

Usage

require('ng-anticomposition');

angular.module('app', ['ngAntiComposition'])...;