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
Here's a working example:
{{key}} : {{value}}
edited