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

Allow alignmentTarget to be specified as a reference to an Ember View or a DOM element in addition to a selector. #16

Merged
merged 1 commit into from
Apr 13, 2015

Conversation

lukemelia
Copy link
Contributor

No description provided.

@@ -7,6 +7,19 @@ export default Ember.Controller.extend({
isShowingAlignmentTarget: false,
alignmentTargetDirection: 'right',
customContainerClassNames: 'custom-styles-modal-container',
nextAlignmentTargetDirection: function(){
Copy link
Contributor

Choose a reason for hiding this comment

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

We can use this for TargetView and TargetElement, too.

… or a DOM element in addition to a selector.
lukemelia added a commit that referenced this pull request Apr 13, 2015
Allow alignmentTarget to be specified as a reference to an Ember View or a DOM element in addition to a selector.
@lukemelia lukemelia merged commit 43621af into master Apr 13, 2015
@lukemelia lukemelia deleted the alignment-targets branch April 13, 2015 22:27
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.

2 participants