angularjsbinding-expressions

Binding expressions are being displayed while page is loading in angular js


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.


Solution

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