Created
July 3, 2016 02:03
-
-
Save mmagdiel/387b876d72d5f642cc880d7a71cd90e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$scope.items = [{ | |
"number" : 2, | |
"item" : "Plans", | |
"detail" : [{ | |
"Name" : "Full Body 1.1", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 3, | |
"Level" : "Intense" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
}], | |
},{ | |
"number" : 4, | |
"item" : "Workouts", | |
"detail" : [{ | |
"Name" : "Full Body 1.1", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 3, | |
"Level" : "Intense" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
},{ | |
"Name" : "Full Body 1.1", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 3, | |
"Level" : "Intense" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
}] | |
},{ | |
"number" : 3, | |
"item" : "Diets", | |
"detail" : [{ | |
"Name" : "Full Body 1.1", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 3, | |
"Level" : "Intense" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
}] | |
},{ | |
"number" : 4, | |
"item" : "Events", | |
"detail" : [{ | |
"Name" : "Full Body 1.1", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 3, | |
"Level" : "Intense" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
},{ | |
"Name" : "Full Body 1.1", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 3, | |
"Level" : "Intense" | |
},{ | |
"Name" : "Full Body 1.2", | |
"Plan" : "Full", | |
"Trainer" : "Ricky Lozada", | |
"Rating" : 4, | |
"Level" : "Pro" | |
}] | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment