rafaelescrich / ng-numbers-only

NG Numbers Only - Input number in a easy way in AngularJS Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-numbers-only

NG Numbers Only - Input number in a easy way in AngularJS Apps

Build Status Coverage Status

Installation

1 - Via NPM

$ npm install ng-numbers-only

2 - Via bower

$ bower install ng-numbers-only

3 - Clone this repository and access the generated folder

$ git clone git://github.com/willmendesneto/ng-numbers-only.git [project-name]
$ cd [project-name]

Once you have ng-numbers-only in your project, just include 'keepr.ngNumbersOnly' as a dependency in your Angular application and you’re good to go. It's works!

    angular.module('myModule', ['keepr.ngNumbersOnly'])

Example

You can access this plunker with a live Example

http://embed.plnkr.co/P5hoQ2/

Author

Wilson Mendes (willmendesneto)

New features comming soon.

About

NG Numbers Only - Input number in a easy way in AngularJS Apps


Languages

Language:JavaScript 98.7%Language:HTML 1.3%