Untitled


SUBMITTED BY: antoineh1

DATE: May 8, 2016, 2:08 p.m.

FORMAT: Text only

SIZE: 389 Bytes

HITS: 5011

  1. <input type = "text" ng-model = "sort">
  2. <ul class = "list-unstyled">
  3. <li ng-repeat = "comment in dishCtrl.dish.comments | orderBy: sort">
  4. <blockquote class = "blockquote">
  5. <p>{{comment.rating}} Stars </p>
  6. <p>{{comment.comment}}</p>
  7. <footer>{{comment.author}}, {{comment.date | date}</footer>
  8. </blockquote>
  9. </li>

comments powered by Disqus