Angular.js - AngularJS $scope 值未定義
怪我咯
怪我咯 2017-05-15 16:50:18
0
3
578
  <form class="ui form" id="indexForm" name="indexForm" onsubmit="return false;">
    <span id="QuacorGradingValue" ng-model="fen" name="fen">6</span>
</form>

在controller裡面為啥獲取不到

    var updateData = {};
    alert("$scope.rates==="+$scope.fen);//undefined

//$scope是有價值的

怪我咯
怪我咯

走同样的路,发现不同的人生

全部回覆(3)
伊谢尔伦

雷雷

大家讲道理

雷雷


控制器:

雷雷

http://stackoverflow.com/questions/19981627/setting-scope-property-with-ng-init-doesnt-work

Peter_Zhu

假設你的controller是這樣的:

module.controller('DemoController', ['$scope', function($scope) {
    $scope.fen = '';   //为其指定一个初始值,这样在html里引用时才不会因为parent scope里没有找到`fen`变量而重新创建一个
}]);
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板