[Layout] Trigger digest from mct-drag
Trigger digest using scope. during mct-drag interactions, to ensure that changes which have resulted from the drag are applied promptly. WTD-535.
This commit is contained in:
@@ -15,6 +15,9 @@ define(
|
|||||||
|
|
||||||
function fireListener(name) {
|
function fireListener(name) {
|
||||||
scope.$eval(attrs[name], { delta: delta });
|
scope.$eval(attrs[name], { delta: delta });
|
||||||
|
|
||||||
|
// Trigger prompt digestion
|
||||||
|
scope.$apply();
|
||||||
}
|
}
|
||||||
|
|
||||||
function updatePosition(event) {
|
function updatePosition(event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user