shishir mishra
shishir mishra

Reputation: 457

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.

Upvotes: 1

Views: 60

Answers (1)

distante
distante

Reputation: 7005

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

Upvotes: 1

Related Questions