All Projects → mmjmanders → ng-iban

mmjmanders / ng-iban

Licence: MIT License
IBAN directive for AngularJS

Programming Languages

coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ng-iban

diversity-index
A curated Diversity-Index of grants, scholarships and FA that encourages diversity in STEM fields aimed at half the world's population, Women!
Stars: ✭ 60 (+87.5%)
Mutual labels:  financial
ezbookkeeping
A lightweight personal bookkeeping app hosted by yourself.
Stars: ✭ 42 (+31.25%)
Mutual labels:  financial
ng-contenteditable
ng-contenteditable
Stars: ✭ 41 (+28.13%)
Mutual labels:  angular-directives
angular-downloader
Angular Downloader is an angularjs directive that enables you to manage browser download - https://720kb.github.io/angular-downloader
Stars: ✭ 16 (-50%)
Mutual labels:  angular-directives
Australian-Open-Banking-Data-Database
This is an ongoing collection of Open Banking Data APIs for Australian deposit taking institutions.
Stars: ✭ 72 (+125%)
Mutual labels:  financial
MoneyMan
A financial money management library and applications that utilize it.
Stars: ✭ 36 (+12.5%)
Mutual labels:  financial
personal-wealth-portfolio-mgt-bot
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. This repository will be kept available in read-only mode.
Stars: ✭ 43 (+34.38%)
Mutual labels:  financial
bypass-paywalls-chrome-clean-magnolia1234
Bypass Paywalls Chrome Clean (GitLab proxy)
Stars: ✭ 32 (+0%)
Mutual labels:  financial
backend
Bitex Python crypto exchange backend
Stars: ✭ 23 (-28.12%)
Mutual labels:  financial
Stock-Analyser
📈 Stocks technical analysis code collection and Stocks data platform.
Stars: ✭ 30 (-6.25%)
Mutual labels:  financial
py-investment
Extensible Algo-Trading Python Package.
Stars: ✭ 19 (-40.62%)
Mutual labels:  financial
react-financial-charts
Charts dedicated to finance.
Stars: ✭ 819 (+2459.38%)
Mutual labels:  financial
sbankenclient-ios
A small but enjoyable iOS framework to connect to the Sbanken API
Stars: ✭ 21 (-34.37%)
Mutual labels:  financial
logicPOS
Logicpulse LogicPos OpenSource
Stars: ✭ 43 (+34.38%)
Mutual labels:  financial
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-15.62%)
Mutual labels:  financial
financial
POC de uma aplicação de domínio financeiro.
Stars: ✭ 62 (+93.75%)
Mutual labels:  financial
Crypti
A minimal bitcoin price desktop widget
Stars: ✭ 33 (+3.13%)
Mutual labels:  financial
angular-joyride
A lightweight joyride directive for giving tours of your AngularJs application
Stars: ✭ 18 (-43.75%)
Mutual labels:  angular-directives
dimeshift-desktop
DimeShift desktop application
Stars: ✭ 14 (-56.25%)
Mutual labels:  financial
angular-advanced-course
Angular Advanced Library Laboratory Course - Build Your Own Library
Stars: ✭ 82 (+156.25%)
Mutual labels:  angular-directives

No Maintenance Intended

DEPRECATED

This package isn't actively maintained since AngularJS isn't being maintained anymore

ng-iban - validate input fields as IBAN

The goal is to provide an easy way to validate an input field as an IBAN number with AngularJS. From version 0.4.0 the module uses iban.js for validation.

For the Angular 2+ version see ngx-iban.

Installation

NPM

npm install ng-iban

Usage

Add mm.iban as a dependency of your AngularJS module.

directive

<input type="text" ng-model="iban" ng-iban/>

To use this directive the ngModel directive must also be used because this directive depends on it.

filter

IBAN: {{ string | iban:separator }}

The filter converts a given IBAN to it's human-friendly representation. The separator defaults to a single space.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].