AngularJS指令一次性样式与HTML全局样式属性

时间:2015-09-25 16:53:30

标签: html angularjs

为什么我会使用其中一个,除非我需要从函数中定义样式?

<div once-style="{width:50%;}"/>

once-style

<div style="width:50%;"/>

HTML Style Attribute

如果我在AngularJS应用程序中有固定样式,是否有理由使用其中一种?

我尝试找到相关信息,我只是found this,它真的没有回答我的问题。

1 个答案:

答案 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"]