的index.html到控制器我們初始化值不能初始值從服務器端使用控制器得到..代碼可以利用控制器的價值來自於服務器端(PHP)得到NG-INIT在angularjs
$scope.profile_data_init = function() {
//alert('uu');
//console.log($scope.loginform);
$http.post("ajax/profile_updation.php",{profile_up_init:"profile_init"}).
success(function(data, status, headers, config) {
$scope.prod_id=data[0].pid; //json data
}).error(function(data, status, headers, config) {
alert("Please Try Again..!");
});
}
你肯定響應是成功??通過的console.log檢查它(數據[0] .pid) – squiroid 2015-02-06 12:58:39
雅sure..but它沒有顯示值,而動態從服務器端通過控制器使用angularjs從服務器端獲得..如果我給靜態沒有任何職位使用$ http.post服務器,它的工作原理..我無法識別..爲什麼...有什麼問題我的代碼.. – 2015-02-06 13:02:52