0.1.0 • Published 7 years ago

angular-input-select-all v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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 />