How to alert the timer value by using the AngularJS? Here is the code I used for the timer tag:
<timer interval="1000" countdown="100">{{countdown}}</timer>
Also here is the alert function I used in script.js file for the alert of the timer, but it is showing undefined.
Here is my Plunker.