Simple input select all on click, prevent interrupted user's operation
npm install angular-input-select-allangular-input-select-all
===
Learning how to use grunt tasks、bash script、travis ci for automated deployment.


$ npm install
$ npm run bower:install
`
Test
`
$npm run test
`
Release
run command $npm run release then generate folder list
* /build
* /coverage
* /examples/js/plugins
Installing
* Direct download(https://github.com/weihanchen/angular-input-select-all/releases)
* Bower(bower install angular-input-select-all)
* NPM(npm install angular-input-select-all)
Add the scripts to your application.
`html
`
Directive Usage
`html
placeholder="Please input some text and test select all operation..." input-select-all />
``