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