Advertisement
aaronsnig501

Untitled

Aug 4th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. <div>
  2.     <table>
  3.         <tr ng-repeat="todo in todos">
  4.             <td>{{todo.title}}</td>
  5.             <td>{{todo.description}}</td>
  6.             <td>{{todo.status}}</td>
  7.         </tr>
  8.     </table>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement