I was in one of the angular presentation and one of the person in the meeting mentioned ng-bind is better than {{}} binding.
ng-bind
{{}}
One of the re
ng-bind is also safer because it represents html as a string.
html
So for example, '' will be displayed as a string and not be executed.
''