Skip to content

improve g handling more #11

@tcql

Description

@tcql
// 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions