Create Table from JSON Data with angularjs and ng-repeat

后端 未结 6 1383
-上瘾入骨i
-上瘾入骨i 2020-12-09 05:32

I have the following data as JSON:

{
  \"Workout1\": {
    \"Name\": \"First\",
    \"Rounds\": [
      {
        \"Exercises\": [
          {
            \"         


        
6条回答
  •  暖寄归人
    2020-12-09 05:37

    To render any json in tabular format:

    {{key}}
    {{value}}

    See complete code in detail with other features

提交回复
热议问题