Skip to content
wuhx edited this page Apr 28, 2012 · 2 revisions

# angularjs directive 指令

Double-curly 表达式绑定

1 + 2 = {{ 1 + 2 }}

{{Angular expression }} Angular expression is a JavaScript-like code snippet that is evaluated by Angular in the context of the current model scope, rather than within the scope of the global context (window).
Clone this wiki locally