angularjs支持經過repeat方法遍歷Hashmap:javascript
$scope.map = {key:"value"}; <h1 ng-repeat="(key,value) in map">{{key}} -> {{value}}</h1>