Skip to content

AnujKadam/decimal-number-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

decimal-number-input

An AngularJS directive to allow only decimal numbers in input field.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Give examples

Installation

Download the [decimalNumberInput.js][srcfile] into your project and reference it in your index.html.

Finally, add a module reference (typically in app.js) to decimalNumberInput. e.g.:

angular.module('yourApp', [
  // ... other modules ...,
  'decimalNumberInput']);

Usage

<input type="text" decimal-number-input />

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Anuj Kadam - LinkedIn Profile - LinkedIn

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Angular directive to allow only decimal numbers for the input type text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published