how can I exclude an element from an Angular scope?

后端 未结 1 833
醉梦人生
醉梦人生 2021-02-20 13:20

my premise was wrong. while AngularJS was certainly slowing things down, it was not due to the problem I describe below. however, it was flim\'s answer to my question -

相关标签:
1条回答
  • 2021-02-20 14:06

    Have you tried ng-non-bindable? http://docs.angularjs.org/api/ng.directive:ngNonBindable

    <ANY ng-non-bindable>
       ...
    </ANY>
    
    0 讨论(0)
提交回复
热议问题