search

Home  >  Q&A  >  body text

angular.js - angular js 通过ng-repeat 如何迭代 map集合 ? 如何获取key和value ?

如题 :

    如何跌倒map集合 ? 
我想大声告诉你我想大声告诉你2744 days ago904

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-15 17:03:53

    $scope.map = {key:"value"};
    <h1 ng-repeat="(key,value) in map">{{value}}</h1>

    reply
    0
  • Cancelreply