app.directive('commentReply', ['config', function(config){
return {
templateUrl: config.rootPath+ 'templates/comment_reply.html',
scope: {
i: "=",
journal: "="
}
}]);