有时我们需要禁用按钮,点击事件上的链接。在本文中,我们将看到如何在 AngularJS 的帮助下做到这一点。
方法:
- 该方法是使用ng-disabled 指令来禁用特定按钮。
- 在第一个示例中,单击可禁用单个按钮,而在第二个示例中,单击可禁用多个按钮。
示例 1:
HTML
GeeksForGeeks
Disable the button in AngularJS
HTML
GeeksForGeeks
Disable the button in AngularJS
输出:
示例 2:
HTML
GeeksForGeeks
Disable the button in AngularJS
输出: