AngularJS AJAX · function employeeController($scope,$http) { · r url = "data.txt"; · $http.get(url).success( function(response) { · $scope.employees = response; ...
確定! 回上一頁