Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naimikan/angularjs-flagkit-directive
- Owner: Naimikan
- License: mit
- Created: 2018-01-11T13:29:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T12:03:07.000Z (almost 7 years ago)
- Last Synced: 2024-09-28T09:08:31.705Z (about 2 months ago)
- Topics: angularjs, directives, flags
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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.