Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. class AppComponent {
  2. title = 'app';
  3. defectsData = [
  4. {'id' : 123, 'status' : 'new', 'owner' : 'Sanjay'},
  5. {'id' : 765, 'status' : 'development', 'owner' : 'Manoj'},
  6. {'id' : 862, 'status' : 'closed', 'owner' : 'Ram'},
  7. {'id' : 527, 'status' : 'new', 'owner' : 'Sanjay'},
  8. {'id' : 735, 'status' : 'closed', 'owner' : 'Tess'},
  9. {'id' : 437, 'status' : 'qa', 'owner' : 'Keira'}
  10.  
  11. ]
  12. }
  13.  
  14. <tr><td>id</td><td>status</td><td>owner</td></tr>
  15.  
  16. <tr><td>id</td><td>status<img src = ""/></td><td>owner</td></tr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement