标签: javascript angularjs
拒绝访问受限制的URI。我使用http服务...
var app = angular.module('myApp', []); app.controller('myCtrl', function($scope, $http) { $http.get("predefineService.htm.htm").then(function (response) { $scope.myWelcome = response.data; }); });