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

Added config-provider #231

Merged
merged 2 commits into from Feb 13, 2017
Merged

Added config-provider #231

merged 2 commits into from Feb 13, 2017

Conversation

zlodes
Copy link
Contributor

@zlodes zlodes commented Feb 9, 2017

Example:

angular.module('chosenExampleApp', ['localytics.directives'])
    .config(['chosenProvider', function (chosenProvider) {
        chosenProvider.setOption({
            no_results_text: 'Haha! There is no results!',
	    placeholder_text_multiple: 'Choose a few!'
        });
    }]);

@zlodes
Copy link
Contributor Author

zlodes commented Feb 9, 2017

@leocaseiro, hi! There is cool feature!

@leocaseiro
Copy link
Owner

Hi @zlodes, thanks for sending this PR. I'll have a deep look next week, so I can publish within the next release.

I believe each developer should have it's own global .gitignore that removes all editor settings.
eq: .idea, .atom and so on
@leocaseiro
Copy link
Owner

Release 1.6.0!!!

🎉 🍺

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

Successfully merging this pull request may close these issues.

None yet

2 participants