siddii / angular-timer

re-usable/inter-operable AngularJS timer directive ⛺

Home Page:http://siddii.github.io/angular-timer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finish-callback not found

manuelsfd opened this issue · comments

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");
}