Skip to content

finish-callback not found #329

@manuelsfd

Description

@manuelsfd

I see the other problems about the finish-callback and my question, someone could solve the problem? please!

<timer countdown="90" interval="1000" finish-callback="callbackTimer.finished()">{{minutes}} minutes, {{seconds}} seconds. </timer>

not found...
$scope.finished = function(){
console.log("hello");
}

not found...
$scope.callbackTimer.finished = function(){
console.log("hello");
}

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