Is there a way to display the timer value in AngularJS? I have included the following code for the timer tag:
<timer interval="1000" countdown="100">{{countdown}}</timer>
I have also added an alert function in the script.js file to display the timer value, however, it is showing as undefined.
For more details, please refer to my Plunker.