Defer resolution of scope in DropGesture

This commit is contained in:
Henry 2016-05-20 15:15:18 -07:00
parent b6502e9ea1
commit fd9d766913

View File

@ -40,12 +40,13 @@ define(
*/
function DropGesture(dndService, $q, element, domainObject) {
var actionCapability = domainObject.getCapability('action'),
scope = element.scope && element.scope(),
action; // Action for the drop, when it occurs
function broadcastDrop(id, event) {
// Find the relevant scope...
var rect;
var rect,
scope = element.scope && element.scope();
if (scope && scope.$broadcast) {
// Get the representation's bounds, to convert
// drop position