angularjs – ngclick已弃用.热门替代或解决方案?

前端之家收集整理的这篇文章主要介绍了angularjs – ngclick已弃用.热门替代或解决方案?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我很有棱角. ng-click似乎是一个非常核心的指令,我不明白如何在没有ng-click的情况下制作应用程序.我错过了什么吗?显然它已经被弃用了.文档指向我快速点击,但这不是一个角度实现.

是否有一种流行的不推荐的方式来做ng-click所做的事情?我没能在凉亭上找到任何受欢迎的套餐.谢谢.

由于在移动浏览器中使用时出现延迟,因此仅在 ngTouch模块中弃用了ng-click.

Beginning with Angular 1.5,this directive is deprecated and by default disabled. The directive will receive no further support and might be removed from future releases. If you need the directive,you can enable it with the 07001 function. We also recommend that you migrate to 07002. To learn more about the 300ms delay,this 07003 gives a good overview.

核心ng模块中的Regular ngClick将不受影响.

如果您确实需要使用fastclick作为替代方案,则可以使用几个角度包装版本. One,Two.

原文链接:https://www.f2er.com/angularjs/140436.html

猜你在找的Angularjs相关文章