SHARE
TWEET

Untitled

a guest Jan 24th, 2016 63 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. myApp.angular = angular.module('myApp', []);
  2. myApp.angular.controller('PhoneListCtrl', function ($scope) {
  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. });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top