请问在style样式里写了{{数据绑定}},当数据变更时,外观样式会自动即时刷新吗?

<div style="background-size: 34px {{data.height}}px;">

请问在样式里写了数据绑定,当数据($scope.data.height)变更时,外观样式会自动即时刷新吗?这时应当用 style 还是 ng-style?两者有何不同?ng-style是否具有让外观样式立即响应数据变更的效果?


哆啦的时光机
浏览 390回答 1
1回答

qq_遁去的一_1

<h1 ng-style='{&nbsp; &nbsp; "color" : "white",&nbsp; &nbsp; "background-color" : "coral",&nbsp; &nbsp; "font-size" : "60px",&nbsp; &nbsp; "padding" : "50px"&nbsp; }'>教程</h1>&nbsp;&nbsp;&nbsp; 用框架就乖乖的按着他提供的东西去用
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript