gberger / angular-ui-numeric

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

Home Page:http://choroshin.github.io/angular-ui-numeric/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://choroshin.github.io/angular-ui-numeric/

License:MIT License