$scope.appdata = [{name: \'\', position: \'\', email: \'\'}];
This is the array which I created in angular controller.
Then I inserted some
Fast solution for lazy people :
JSON.parse(angular.toJson($scope.appdata))