suchen

Heim  >  Fragen und Antworten  >  Hauptteil

angular.js - AngularJs directive隔离作用域的问题 如何将映射某attr对应的变量

假设parent scope里有:
$scope.myData = "some data";

自定义的directive是这样
<my-directive data-source="myData"></my-directive>

如果想在directive获取到$scope.myData的数据该怎么办(data-soucre是一个可变参数 但是形式不定 如果需要也可以写成scope.myData之类)

scope的映射应该怎么写

淡淡烟草味淡淡烟草味2744 Tage vor585

Antworte allen(2)Ich werde antworten

  • 高洛峰

    高洛峰2017-05-15 16:59:11

    在diecrive里用@

    Antwort
    0
  • PHP中文网

    PHP中文网2017-05-15 16:59:11

    已经解决了 用property : =attr就可以了

    Antwort
    0
  • StornierenAntwort