md-country-select
v1.0.4
Published
AngularJS and Material Design based Country Selection Directive
Downloads
11
Maintainers
Readme
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