You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/README.md
+15
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,21 @@ It's also possible to do the blocking manually. The blockUI module exposes a ser
49
49
});
50
50
};
51
51
});
52
+
53
+
##### Non-angular events
54
+
Note that whenever you're starting or stopping a block in an event outside of _AngularJS_ you'll need to wrap this inside a `$apply` call to [make _AngularJS_ aware of changes on the scope](http://jimhoskins.com/2012/12/17/angularjs-and-apply.html).
0 commit comments