Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directive luid-localized-input #86

Closed
lucienbertin opened this issue Dec 8, 2015 · 3 comments
Closed

directive luid-localized-input #86

lucienbertin opened this issue Dec 8, 2015 · 3 comments

Comments

@lucienbertin
Copy link
Contributor

add a directive allowing to edit/display a variable containing several variables

something like that

<luid-localized-input ng-model="myMultiLocalString" ng-changed=""></luid-localized-input>

when myMultiLocalString looks something like en:she loves you yeah! yeah! yeah!|fr:melodie d'amour chante le coeur d'emmanuelle|de:neune und neunzich luftballons

@lucienbertin
Copy link
Contributor Author

<div class="lui fitting input with addon">
    <input type="text" ng-model="internal.fr" ng-change="chnaged()">
    <div class="lui right addon button">FR</div>
</div>

clicking on the addon display a dropdown with the supported languages

@lucienbertin
Copy link
Contributor Author

@stubbst, @Clotilde, @bpaugam

i did this plunkr super fast to give you an idea of what it's gonna look like.

i'm gonna update it slightly to add the dropdown on the + button but not much more

@lucienbertin
Copy link
Contributor Author

added in release 2.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant