Skip to content
This repository was archived by the owner on Dec 29, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 542 Bytes

File metadata and controls

28 lines (17 loc) · 542 Bytes

angular-ui-numeric

AngularJS directive for enhancing a text input for entering numeric values, with up/down buttons and arrow key handling.

Requirements

  • JQuery
  • JQueryUI
  • AngularJS

Installation

add the numeric module to your Angular App.

angular.module('app', ['ui.numeric']);

Usage

Check the demo for an example on how it works.

Playground

http://plnkr.co/edit/o33VP56azuA22FLjpU3p?p=preview

License

Released under the terms of MIT License.