1.0.4 • Published 7 years ago

md-country-select v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

mdCountrySelect (AngularJS + Angular Material Design)

This is an Element or Attribute Directive for Country Selection based on md-select in Angular Material for AngularJS.

Install

Install using npm

npm install md-country-select

Include <script> in index.html:

<script type="text/javascript" src="node_modules/md-country-select/md-country-select.js"></script>

Usage

Inject mdCountrySelect as an dependency in the angular app

angular.module('app',['ngMaterial','mdCountrySelect'])

Use as :

<md-country-select></md-country-select>

Note: Inspired by ng-country-select

Follow me on: facebook twitter linkedIn