function PhoneListCtrl($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."        }    ];}原文:http://www.cnblogs.com/wuyuxin/p/7039691.html