发布网友 发布时间:2022-05-02 22:52
共2个回答
热心网友 时间:2022-05-11 03:24
{{item.status}}是一种单项数据绑定。{{item.status}}
在controller中是使用$scope定义的。你可以使用ng-mole进行双向数据绑定。这个时候,当界面中数据变化,controller中的这个数据同时变化就可以取到数值了。
如:
<!doctype html>js:
$scope.yourname=[];通过console就能直接看见,使用的话,直接使用$scope.yourname
就好