Below I have added my data
[{
"name":"testapp",
"version":"2.0",
"description":"testapp",
"applicationenvironment":"angularjs"
}]
I want to make ng-repeat but I don't want to hard code any field (name, version, description, applicationenvironment)
How can I achieve this?
MY expectation :
IN TABLE it should come like this

ng-repeat="data in array"), the other is for key and value pair of each object (ng-repeat="(key,value) in data"), then display it with{{key}}and{{value}}