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
ng-bind
is better than {{...}}
For example, you could do:
Hello, {{variable}}
This means that the whole text If instead you do something like this: Only the value of the value will be stored in memory, and angular will register a watcher (watch expression) which consists of the variable only. Hello, {{variable}}
enclosed by