Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

fix(uiSelect): directives being created 2 times on ui-select-choices #1132

Closed
wants to merge 1 commit into from
Closed

fix(uiSelect): directives being created 2 times on ui-select-choices #1132

wants to merge 1 commit into from

Conversation

awerlang
Copy link
Contributor

@awerlang awerlang commented Aug 7, 2015

Fixes #1000

@@ -5,6 +5,8 @@ uis.directive('uiSelectChoices',
return {
restrict: 'EA',
require: '^uiSelect',
priority: 1,
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a bad hack - one should never have to do priority: 1 to work around issues.

@wesleycho
Copy link
Contributor

Closing, as there are better fixes in open PRs.

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

Successfully merging this pull request may close these issues.

2 participants