Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <ul class="phones">
  2. <li ng-repeat="phone in phones" class="thumbnail">
  3. <img ng-src="{{phone.imageUrl}}">
  4. </li>
  5. </ul>
  6.  
  7. <li class="thumbnail ng-scope" ng-repeat="phone in phones">
  8. <img src="img/phones/motorola-xoom.0.jpg">
  9. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement