Skip to content

Instantly share code, notes, and snippets.

@iamblue
Created July 10, 2014 13:15
Show Gist options
  • Select an option

  • Save iamblue/cdeca509596f96ff8f9a to your computer and use it in GitHub Desktop.

Select an option

Save iamblue/cdeca509596f96ff8f9a to your computer and use it in GitHub Desktop.
<div ng-repeat="c in commentdata" style="margin-top:-9px">
<div proccess-frame
step="{{ c.step }}"
steptitle="{{ c.commentTitle }}"
steppicurl = "{{ c.commentPicUrl }}"
stepcontent="{{ c.commentContent }}"
steponvotetime="{{ c.stepOnVoteTime }}"
stepdownvotetime="{{ c.stepDownVoteTime }}"
createdat="{{ c.createdAt | date:'yyyy-MM-dd' }}">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment