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

correct comparaison of item value using the optionsvalue parameter #307

Closed
wants to merge 1 commit into from
Closed

Conversation

rochdi80tn
Copy link
Contributor

What are you changing/introducing

In valueExisitsInOptions functions we should use item[$scope.optionsvalue] and not item.value to compare to the given value
In zaa.directive("zaaSelect", function() { }

-                		if (value == item.value) {
+				if (value == item[$scope.optionsvalue]) {

What is the reason for changing/introducing

issue #306

QA

Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? yes/no
Fixed issues #306

@rochdi80tn rochdi80tn closed this May 28, 2019
@rochdi80tn rochdi80tn reopened this May 28, 2019
@rochdi80tn rochdi80tn closed this May 28, 2019
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.

1 participant