angular.js - How to iterate map collection through ng-repeat in angular js? How to get key and value?
我想大声告诉你
我想大声告诉你 2017-05-15 17:01:53
0
1
925

As in the title:

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

reply all(1)
伊谢尔伦
$scope.map = {key:"value"};
<h1 ng-repeat="(key,value) in map">{{value}}</h1>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template