angular.js - angularjs $scope value undefined
怪我咯
怪我咯 2017-05-15 16:50:18
0
3
580
  <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`变量而重新创建一个
}]);
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板