Is there any difference between {{ }} and ng-bind in angular.
I am quite new to Angular. I started with using {{ }} and then in the documentation i find ng-bind. I
{{ }} can flash when the page is loading, ng-bind hides the expression properly until it is displayed correctly.