I am trying to make an angular.js view update itself when adding a comment. My code is as follows:
Use $scope.$parent.arrayObjet to modify the parent variables instead of $scope.arryaObject. It worked in my case.