为什么我会使用其中一个,除非我需要从函数中定义样式?
<div once-style="{width:50%;}"/>
<div style="width:50%;"/>
如果我在AngularJS应用程序中有固定样式,是否有理由使用其中一种?
我尝试找到相关信息,我只是found this,它真的没有回答我的问题。
答案 0 :(得分:3)
一次性绑定是Angular的原生。在花括号内,前缀为双冒号的表达式。例如:
library(XML)
xml.content <- xmlParse("file.xml")
# maneuver to the right node here
xml.content <- xmlRoot(xml.content)
# get the attributes
attrs <- xmlAttrs(xml.content)
attrs["pitch"]