Socket
Socket
Sign inDemoInstall

international-phone-number

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    international-phone-number

AngularJS directive for intl-tel-input jQuery plugin


Version published
Weekly downloads
250
increased by5.93%
Maintainers
1
Install size
12.1 kB
Created
Weekly downloads
 

Readme

Source

international-phone-number

AngularJS directive implementing intl-tel-input (https://github.com/Bluefieldscom/intl-tel-input) jQuery plugin.

Installation

Install via Bower: bower install international-phone-number --save

Add module dependcy to application: internationalPhoneNumber

intl-tel-input is installed as a dependency. Make sure intTelInput.js is loaded first and add flags.png and intlTelInput.css to your project.

You can optionally include bower_components/intl-tel-input/lib/libphonenumber/build/utils.js.

DEMO

Available from souce project at http://jackocnr.com/intl-tel-input.html

Default options

Same as in source project (https://github.com/Bluefieldscom/intl-tel-input)

Sneak preview:

    options =
      autoFormat:         true
      autoHideDialCode:   true
      defaultCountry:     ''
      nationalMode:       false
      numberType:         ''
      onlyCountries:      undefined
      preferredCountries: ['us', 'gb']
      responsiveDropdown: false
      utilsScript:        ""

Usage

Works for text and tel input types. NgModel is required

<input type="text" international-phone-number ng-model="phone">

with preferred countries:

<input type="text" international-phone-number preferred-countries="pl, de" ng-model="phone">

with default country:

<input type="text" international-phone-number default-country="pl" ng-model="phone">

with only countries:

<input type="text" international-phone-number only-countries ng-model="phone">

Feel free to mix options together:

<input type="text" international-phone-number only-countries="pl, de, en, es" default-country="pl" preferred-countries="pl, de" ng-model="phone">

Options

By default the directive lazy loads utils.js. If you want to load this yourself, use the skip-util-script-download attribute.

Keywords

FAQs

Last updated on 03 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc