84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
<p ng-if="info.times>0">重新发送验证码(<span ng-model="info.times">{{info.times}}</span>)</p>
为什么{{info.times}}数值一直是60不变呢,我打印的数值一直是减少的呀。(用console.log()打印了)
光阴似箭催人老,日月如移越少年。
ng-model is added to the form element, you can write directly like this <span>{{info.times}}</span>
What about the code in the controller?
ng-model is added to the form element, you can write directly like this <span>{{info.times}}</span>
What about the code in the controller?