diff --git a/post-service/post-service.html b/post-service/post-service.html index cea0a55..6daacbe 100644 --- a/post-service/post-service.html +++ b/post-service/post-service.html @@ -68,7 +68,7 @@ }, postsLoaded: function() { // Make a copy of the loaded data - this.posts = this.$.ajax.response.slice(0); + this.posts = this.$.ajax.response; }, /** * Update the service with the current favorite value.