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
- Host: GitHub
- URL: https://github.com/mariot/lg-language-picker
- Owner: mariot
- Created: 2016-09-29T06:39:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T06:56:32.000Z (over 8 years ago)
- Last Synced: 2025-01-30T03:15:01.881Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```