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
Use below code it is working to display your key and value here is key start with 1: {{key +1}} {{value.title}} Below is document link for it.
https://docs.angularjs.org/api/ng/directive/ngRepeat