项目作者: AnujKadam

项目描述 :
Angular directive to allow only decimal numbers for the input type text.
高级语言: JavaScript
项目地址: git://github.com/AnujKadam/decimal-number-input.git
创建时间: 2018-03-03T09:49:56Z
项目社区:https://github.com/AnujKadam/decimal-number-input

开源协议:MIT License

下载


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

  1. 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.:

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

Usage

  1. <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