AngularJS 上下文綁定

2018-07-26 17:26 更新

angular.bind 是用來進(jìn)行上下文綁定,參數(shù)動(dòng)態(tài)綁定的工具函數(shù)。

var f = angular.bind({a: 'xx'},
  function(){
    console.log(this.a);
  }
);
f();

參數(shù)動(dòng)態(tài)綁定:

var f = function(x){console.log(x)}
angular.bind({}, f, 'x')();


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)