谢谢您的帮助。Sentence1: hello this is java ,点击它应该变成 Sentence2: Hello this is not java。
谁能给我一个好的解决方案,我有一个输入标签和复选框,并且 ng-change 工作正常,但我想要与文本更改相同的逻辑。
<div ng-model="form.app" ng-change="updating()" >
<input ng-model="form.app" ng-change="updating()" type="checkbox">