Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angularjs-country-select

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularjs-country-select

AngularJS country select ========================

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

AngularJS country select

Country select is an AngularJS directive for picking countries from a list.

It uses the same countries as the country_select gem.

This directive will display the country's name in <option> but will bind your ng-model to the ISO-3166 alpha-2 code of the selected country.

Supports an additional attribute is-eu (read-only) to check if selected country is part of EU (source: http://europa.eu).

How to

  1. Add the markup <div country-select ng-model="selectedCountry" is-eu="isEUboolean"></div>
  2. Add the dependency to your app's module angular.module('myApp', ['countrySelect']);

FAQs

Package last updated on 19 Mar 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc