Advertisement
Guest User

Untitled

a guest
May 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <li class="media" ng-repeat="comm in ddc.dish.comments ">
  2.  
  3. <div class="media-body">
  4. <blockquote>
  5. <p>{{comm.rating}} Stars</p>
  6. <p>{{comm.comment}}</p>
  7. <footer><p>{{comm.author}} {{comm.date|date}}</p>
  8. </footer>
  9.  
  10. </blockquote>
  11. </div>
  12.  
  13.  
  14. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement