Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weihanchen/angular-input-select-all
Simple input select all on click prevent interrupted user's operation
https://github.com/weihanchen/angular-input-select-all
angular input select-all select-on-click
Last synced: 16 days ago
JSON representation
Simple input select all on click prevent interrupted user's operation
- Host: GitHub
- URL: https://github.com/weihanchen/angular-input-select-all
- Owner: weihanchen
- Created: 2017-02-17T09:41:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T09:39:55.000Z (over 7 years ago)
- Last Synced: 2024-12-11T17:47:25.376Z (about 2 months ago)
- Topics: angular, input, select-all, select-on-click
- Language: JavaScript
- Homepage: https://weihanchen.github.io/angular-input-select-all/
- Size: 634 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
angular-input-select-all
===
[![Build Status](https://travis-ci.org/weihanchen/angular-input-select-all.svg?branch=master)](https://travis-ci.org/weihanchen/angular-input-select-all)
[![Coverage Status](https://coveralls.io/repos/github/weihanchen/angular-input-select-all/badge.svg?branch=master)](https://coveralls.io/github/weihanchen/angular-input-select-all?branch=master)Learning how to use grunt tasks、bash script、travis ci for automated deployment.
## [Demo](https://weihanchen.github.io/angular-input-select-all/)
## Requirements
- AngularJS 1.3+
- A modern browser (Chrome 31+, Firefox 29+, Safari 7+, Opera 12+, IE 10+)## General requirements before running on development
```
$ npm 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)](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```