Difference between double and single curly brace in angular JS?

I am new to this angular world, i am bit confused with the use of double curly braces {{}}
and single curly braces{} or sometime no curly brace is used to include the expression like in the directives

  1. ng-class={expression}
  2. normal data binding like{{obj.key}}
  3. ng-hide="mydata==="red""

3 Answers
3

Leave a Comment