When I console the response data from an angularjs json response, I found the following words:
$rootScope.myData = res.data;
//the above contains
1. Titles of Variations
2. In Sports
3. Going to Gym
4. My Car Runs Faster
6. Account Setup
I need help removing line 1 and 4 from the json response assigned to myData scope so that it only includes lines 2, 3, and 6. Can you please assist me with this?