If you are not using ng-bind, instead something like this {{text}}. You might see the actual {{text}} for a second before text is resolved (before the data is loaded).
So you could do something like this<span ng-bind="text"> or <span ng-bind-html="text">
Wednesday, October 28, 2015
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment