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
- ng-class={expression}
- normal data binding like{{obj.key}}
- ng-hide='mydata==="red"'
 
     
     
     
     
     
    