Skip to content

i catch an error.error '$digester already in progress' #34

@samiozer

Description

@samiozer

I made a change in code.where I make changes.It is as follows:

.directive('offClick', ['$rootScope', '$parse', '$timeout', function ($rootScope, $parse, $timeout) {
 $rootScope.$evalAsync(function () {
                    listener.cb(listener.scope, {
                        $event: event
                    });
                    $timeout(function () { listener.scope.$apply() })
                });

If you want to make changes in the code. I'll also use the current version

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