1.0.4 • Published 9 years ago

bs-autoscale-input v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

bs-autoscale-input Build Status

An angular directive for auto sizing and input based upon the content within it

Installation

bs-time-pick requires jquery and Angular 1.3.*

Install bs-time-pick with bower or npm

  bower install --save bs-autoscale-input
  npm install --save bs-autoscale-input

Or manually download the built file

Usage

Make your angular app depend upon the bs-autoscale-input module

angular.module("app", ["bs-autoscale-input"]);

Example

  <input type="text" ng-model="myDate" bs-autoscale-input/>

Options

Max-length

Limit the length the input auto-scales to

  <input type="text" ng-model="myDate" bs-autoscale-input max-length="20"/>
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago