AngularJS directive to embed country flags by using flag-icon-css library
npm install ng-country-flagsAngularJS directive to embed country flags by using flag-icon-css library
Install
-------
You can either download
the whole project as is or install it via NPM:
``bash`
$ npm install ng-country-flags
Use the tag 'countryflags' with attribute 'country="xx"' (where xx is the
ISO 3166-1-alpha-2 code
of a country). If you want to have a squared version flag
then add the attribute 'is-square="true"' as well. Example:
`html`
Run the npm install to install the dependencies after cloning the project and
you'll be able to:
To build minified js and css
`bash`
$ grunt
To build non-minified js and css
`bash``
$ grunt dev