angular-input-select-all

0.1.0 • Public • Published

angular-input-select-all

Learning how to use grunt tasks、bash script、travis ci for automated deployment.

Build Status Coverage Status

Demo

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
$ npm run bower:install

Test

$npm run test

Release

run command $npm run release then generate folder list

  • /build
  • /coverage
  • /examples/js/plugins

Installing

Add the scripts to your application.

<script src="angular.js"></script>
<script src="build/angular-input-select-all.min.js"></script>

Directive Usage

<input type="text" ng-model="appCtrl.text"
       placeholder="Please input some text and test select all operation..." input-select-all />

Package Sidebar

Install

npm i angular-input-select-all

Weekly Downloads

4

Version

0.1.0

License

MIT

Last publish

Collaborators

  • weihanchen