Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naimikan/angularjs-flagkit-directive

AngularJS directive for FlagKit
https://github.com/naimikan/angularjs-flagkit-directive

angularjs directives flags

Last synced: 28 days ago
JSON representation

AngularJS directive for FlagKit

Awesome Lists containing this project

README

        



version


license

angularjs-flagkit-directive

An AngularJS directive for FlagKit

Installation

NPM
```shell
npm install angularjs-flagkit-directive --save
```

Get Started

Include the files in your `index.html`:
```html

```

Add `flagkit-directive` module in your AngularJS project:
```javascript
var app = angular.module('YourProject', ['flagkit-directive']);
```

Usage

```html

```
or
```html


```

Developing

Install dependencies, build the source files and preview

```shell
git clone https://github.com/Naimikan/angularjs-flagkit-directive.git
npm install
grunt & grunt preview
```

Reference

The list of available flags you can find in [FlagKit](https://github.com/madebybowtie/FlagKit#reference) repo.

Thanks

[FlagKit](https://github.com/madebybowtie/FlagKit) for awesome collection of flag icons.