Skip to content

Instantly share code, notes, and snippets.

@shangmin1990
Created April 24, 2014 14:30
Show Gist options
  • Save shangmin1990/11256691 to your computer and use it in GitHub Desktop.
Save shangmin1990/11256691 to your computer and use it in GitHub Desktop.
AngularJs 小技巧
{{ }} 的问题
在页面初始化的时候,用户可能会看到 {{ }},然后闪烁一下才出现真正的内容。
解决办法:
使用 ng-cloak directive 来隐藏它
使用 ng-bind 替代 {{ }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment