Angularjs遍歷HashMap

angularjs支持經過repeat方法遍歷Hashmap:javascript

$scope.map = {key:"value"};
<h1 ng-repeat="(key,value) in map">{{key}} -> {{value}}</h1>
相關文章
相關標籤/搜索