angular-maxlength

1.0.0 • Public • Published

angular-maxlength

NPM

Installation

Installation is super easy, simply add the dependency to your build and add to your your input

# use npm
$ npm install angular-maxlength

Add angular-maxlength to your dependencies

angular
  .module('yourApp', ['ngMaxLength'])
  .controller('SampleController', function () {})

Finally in your template you can add

<input type="number" ng-model=".." maxlength="5" />

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    4

Package Sidebar

Install

npm i angular-maxlength

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hanford