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