Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <div data-ng-app="" data-ng-init="colors=['red', 'green', 'blue']">
  2.  
  3. <p>colors:</p>
  4. <ol type="1">
  5. <li data-ng-repeat="show in colors">
  6. {{show}}
  7. </li>
  8. </ol>
  9.  
  10. </div>
Add Comment
Please, Sign In to add comment