How do I properly ng-repeat through nested key value pairs in angularJS

后端 未结 3 1287
独厮守ぢ
独厮守ぢ 2020-12-19 04:25

View live code:

Angular JS

How in the world do I properly loop through nested key value pairs and properly output them like below?

View I want is

3条回答
  •  执笔经年
    2020-12-19 04:45

    You are pretty close, I updated the fiddle. http://jsfiddle.net/y9wj6/9/

       
    • {{key}}
        • {{o}}
          • {{i}}

提交回复
热议问题