次のように定義された angularjs にタイマーがあります。
<timer interval="1000" countdown="offerta.dataScadenza/1000 - currentTimestamp" class="ng-isolate-scope ng-scope ng-binding">{{days}} days, {{hours}} hours, {{minutes}} minutes, {{seconds}} seconds</timer>
それは正しく動作しますが、カウントダウンが終了したときにイベントをトリガーし、そのイベントが発生したときにいくつかのバスネスロジックを実行したいと考えています。
何か案は?