Skip to content

CuReSoft/mdCountrySelect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AngularJS and Material Design Based Country Selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%