Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```