gpt4 book ai didi

javascript - AngularJS 中的计时器

转载 作者:行者123 更新时间:2023-12-02 16:01:49 26 4
gpt4 key购买 nike

为什么我的计时器标签在 Angularjs 中不起作用?我使用了以下代码

<timer interval="1000" countdown="100">{{countdown}}</timer> 

此外,当我单击 plunker 中给出的获取时间按钮时,如何提醒计时器分钟和秒?

这是骗子:http://plnkr.co/edit/u4kaFALY0TkUxipjvG0p?p=preview

最佳答案

之后添加您的脚本,包括 jQuery/Angular 等库:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<script src="https://dl.dropboxusercontent.com/u/8824346/angular-timer.js"></script>
<script src="script.js"></script> <!-- Moved this one after the libraries above. -->

Updated, working plunker.

关于javascript - AngularJS 中的计时器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31132447/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com