$scope.init = function(lessonplanId) {
    Comment = CommentResource(lessonplanId);

    Comment.query(function(comments) {
      $scope.comments = comments;