lihuali

image

ng-repeat指令使用详解

 

link: function(scope,element,attr)

scope.$index:

if(scope.$last == true){}

attr[\'mngRepeatFinished\']  //属性值

var container=element.context.childNodes[3].childNodes[0];  //元素值

 

 

$http.get("js/tjxszy1.json").success(function(data){
    console.log(data);
}).error(function(err){
    console.log(err);
});

 

var myJsDate=$filter(\'date\')($scope.myDate,\'yyyy-MM-dd\');

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-02-20
  • 2022-12-23
  • 2021-05-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-12-05
  • 2021-05-26
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案