1

I am creating blog site using Codeigniter and angular js but the problem is that the binding expression {{firstName}} is displayed while page loading.Is there any solution to fix it in angular js.

distante
  • 6,438
  • 6
  • 48
  • 90
shishir mishra
  • 437
  • 1
  • 4
  • 14
  • Possible duplicate of [Prevent double curly brace notation from displaying momentarily before angular.js compiles/interpolates document](http://stackoverflow.com/questions/12866447/prevent-double-curly-brace-notation-from-displaying-momentarily-before-angular-j) – distante Feb 27 '17 at 19:45
  • But this question has only issue of IE and for mine. it is for all browsers.. – shishir mishra Feb 27 '17 at 19:55

1 Answers1

1

Use the ngCloak directive in the parts of your app where the curly brackets are getting showed

distante
  • 6,438
  • 6
  • 48
  • 90