Skip to content

Instantly share code, notes, and snippets.

@JMWebDevelopment
Created December 19, 2016 02:50
Show Gist options
  • Save JMWebDevelopment/8541f13948b5114ad760d297ab98440a to your computer and use it in GitHub Desktop.
Save JMWebDevelopment/8541f13948b5114ad760d297ab98440a to your computer and use it in GitHub Desktop.
.service('SortComments', function () {
this.getCommentById = function ( commentID, comments_list ) {
}
this.getCommentDepth = function ( theComment, comments_list ) {
}
this.arrangeComments = function ( commentsList ) {
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment