AngularJS 其它屬性控制

2018-07-26 17:30 更新

ng-src 控制 src 屬性:

<img ng-src="{{ 'h' + 'ead.png' }}" />

ng-href 控制 href 屬性:

<a ng-href="{{ '#' + '123' }}">here</a>

總的來(lái)說(shuō):

  • ng-src src屬性
  • ng-href href屬性
  • ng-checked 選中狀態(tài)
  • ng-selected 被選擇狀態(tài)
  • ng-disabled 禁用狀態(tài)
  • ng-multiple 多選狀態(tài)
  • ng-readonly 只讀狀態(tài)

注意: 上面的這些只是單向綁定,即只是從數(shù)據(jù)到展示,不能反作用于數(shù)據(jù)。要雙向綁定,還是要使用 ng-model 。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)