-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
// Since the Container isn't hooked up with angular,
// we have no way of knowing when the `g` object has been
// modified. So this interval forces angular to periodically
// re-$apply, so that the `g` object watch will be re-evaluated
// if necessary
timer.interval(function(){ }, 1000);
^ This in the editorService
is kinda bad and hacky. I think I can come up with a better way to handle that
Metadata
Metadata
Assignees
Labels
No labels