1.0.3 • Published 9 years ago
ng-select-all-on-focus v1.0.3
ng-select-all-on-focus
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