作者:为什么不嫩注册 | 来源:互联网 | 2023-05-19 13:24
- I have a js file on sample/scripts/sample.js and there are 8 html files on sample/src/templates/ .html .
我在sample / scripts / sample.js上有一个js文件,在sample / src / templates / .html上有8个html文件。
- I wanted to select a button on one of the html file.
我想在其中一个html文件上选择一个按钮。
- I tried angular.elemnt(btn-id).html(). I am getting undefined. I am doing wrong?
我试过angular.elemnt(btn-id).html()。我没有定义。我做错了?
angular.elemnt(btn-id).html()
- I wanted to change the text of button according the condition
我想根据条件更改按钮的文本
1 个解决方案