Created
December 19, 2016 02:50
-
-
Save JMWebDevelopment/8541f13948b5114ad760d297ab98440a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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