Guest User

Untitled

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