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

Ensure that target feature is never in the list of selected features #76

Merged
merged 2 commits into from
Mar 30, 2017

Conversation

louiskirsch
Copy link
Collaborator

No description provided.

@@ -6,7 +6,7 @@
md-icon keyboard_arrow_left
span Feature #[i {{feature.name | characters:15 :true}}]
span(flex)
md-button.md-icon-button(aria-label='Add to analysis', href='/selections?select={{feature.name}}')
md-button.md-icon-button(ng-disabled='feature == targetFeature', aria-label='Add to analysis', href='/selections?select={{feature.name}}')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coffeescript == is === in Javascript

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true

@louiskirsch louiskirsch merged commit 977271c into master Mar 30, 2017
@danthe96 danthe96 deleted the bugfix/target-not-in-selection branch March 30, 2017 13:14
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