Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function PhoneListCtrl($scope) {
  2. 'use strict';
  3. $scope.phones = [
  4. {name: "Nexus S",
  5. snippet: "Fast just got faster with Nexus S."},
  6. {name: "Motorola XOOM™ with Wi-Fi",
  7. snippet: "The Next, Next Generation tablet."},
  8. {name: "MOTOROLA XOOM™",
  9. snippet: "The Next, Next Generation tablet."}
  10. ];
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement