1.0.3 • Published 9 years ago

ng-select-all-on-focus v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

ng-select-all-on-focus

Commitizen friendly

AngularJS directive for selecting all text in an HTML text input when focused.

Installation

bower install ng-select-all-on-focus

Setup

Include the library in your module.

angular.module('app', [
  'rb.select-all-on-focus'
]);

Usage

<input type="text" rb-select-all-on-focus="true" />
1.0.3

9 years ago