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

Event broadcast added. #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Event broadcast added. #466

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 12, 2016

Event broadcast added in addition to the error, when an item is unplaceable in the current gridster window.

@@ -172,6 +172,7 @@
}
}
throw new Error('Unable to place item!');
$rootScope.$broadcast('gridster-item-unplaceable', item);
Copy link

@CarterLi CarterLi Jan 7, 2017

Choose a reason for hiding this comment

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

Is this line reachable?

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