SHARE
TWEET
Untitled
a guest
Jan 24th, 2016
63
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- myApp.angular = angular.module('myApp', []);
- myApp.angular.controller('PhoneListCtrl', function ($scope) {
- $scope.phones = [
- {'name': 'Nexus S',
- 'snippet': 'Fast just got faster with Nexus S.'},
- {'name': 'Motorola XOOMâ„¢ with Wi-Fi',
- 'snippet': 'The Next, Next Generation tablet.'},
- {'name': 'MOTOROLA XOOMâ„¢',
- 'snippet': 'The Next, Next Generation tablet.'}
- ];
- });
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.
