In my controller, I have data like: $scope.object = data
$scope.object = data
Now this data is the dictionary with keys and values from json.
json
I can acce
How about:
{{key}} {{ value }}
This method is listed in the docs: https://docs.angularjs.org/api/ng/directive/ngRepeat