だからここに私の質問があります:
私は次のものを持っています:
<li bindonce ng-repeat="value in Types" ng-include="'views/repeaters/types.html'"></li>
ng-repeat が $watch を持たないように、これが bindonce を使用する正しい方法であるかどうか疑問に思っていましたか? ng-include の前にも配置する必要があります。
<li bindonce ng-repeat="value in Types" bindonce ng-include="'views/repeaters/types.html'"></li>
このように、ng-include には $watch が作成されません。
ng-class 、 ng-click に bindonce を使用するのはどうですか - bo-click と bo-class を行うことは可能ですか? ありがとう!