function ListCtrl($scope, $http) { $http.post('/', {}).success(function(response) { $scope.names = response; }); };