Arindam Biswas

Results 1 comments of Arindam Biswas

From the docs (view source) : HTML ``` {{seconds}} second{{secondsS}} ``` Inside the controller : ``` $scope.callbackTimer = {}; $scope.callbackTimer.status = 'Running'; $scope.callbackTimer.callbackCount = 0; $scope.callbackTimer.finished = function() { $scope.callbackTimer.status...