Above is a picture of the JSON data being returned by the API. As you can see some of the JSON keys have two words with a space in between them. How can I access that in my angular app. This is coming in as an array BTW.
I have tried:
<li ng-repeat="task in mainTask.Tasks"> {{ task.['CAR ID'] }} </li>
with no luck. Thanks for any help.
