angular-contenteditable icon indicating copy to clipboard operation
angular-contenteditable copied to clipboard

ng-maxlength support

Open volyx opened this issue 10 years ago • 0 comments

Supports angularjs input directive analogs, such as: {code} <input ng-model="string" [name="string"] [required="string"] [ng-required="boolean"] [ng-minlength="number"] [ng-maxlength="number"] [ng-pattern="string"] [ng-change="string"] [ng-trim="boolean"]> ... {code}

https://docs.angularjs.org/api/ng/directive/input

volyx avatar May 06 '15 10:05 volyx