Advertisement
Guest User

angular ng-repeat

a guest
Sep 13th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  5.   <meta charset="utf-8">
  6.   <title>JS Bin</title>
  7. </head>
  8. <body>
  9.   <ul ng-repeat="">
  10.     <li></li>
  11.     <li></li>
  12.     <li></li>
  13.     <!-- <li>ng-repeat item will generate here not at the top</li> -->
  14.   </ul>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement