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

https://github.com/mariot/lg-language-picker

Custom Angular Directive - Simple Language Picker
https://github.com/mariot/lg-language-picker

Last synced: about 2 months ago
JSON representation

Custom Angular Directive - Simple Language Picker

Awesome Lists containing this project

README

        

# lg-language-picker

##language-picker
Uses [style-sheet-factory](https://github.com/bklik/style-sheet-factory) and [popup-directive](https://github.com/bklik/popup-directive)

###Use
in header
```html

```
in module declaration
```javascript
var myApp = angular.module('myApp', ['lgLanguagePicker']);
```
in HTML code
```html

```