AngularJS : Why ng-bind is better than {{}} in angular?

前端 未结 12 811
灰色年华
灰色年华 2020-11-22 07:19

I was in one of the angular presentation and one of the person in the meeting mentioned ng-bind is better than {{}} binding.

One of the re

12条回答
  •  梦如初夏
    2020-11-22 07:19

    The reason why Ng-Bind is better because,

    When Your page is not Loaded or when your internet is slow or when your website loaded half, then you can see these type of issues (Check the Screen Shot with Read mark) will be triggered on Screen which is Completly weird. To avoid such we should use Ng-bind

提交回复
热议问题