gpt4 book ai didi

angular-meteor - $reactive(this).attach($scope) 和 $scope.viewModel(this) 的区别

转载 作者:行者123 更新时间:2023-12-04 08:51:27 26 4
gpt4 key购买 nike

在官方的 Angular “Todo App”教程中 meteor.com构造函数中的网站有:

$scope.viewModel(this);

angular-meteor.com 上的“社交”教程中看起来同样的事情是通过以下方式实现的:
$reactive(this).attach($scope)

有什么不同?

最佳答案

好的,所以我对这个主题做了一些研究,这是我发现的。
关于 $reactive(this).attach($scope) :

"$reactive is a service that takes care of the reactivity of yourMeteor data, and updates your AngularJS code."

"This service wraps context (can be used with this or $scope) - so youcan use it with any context as you wish."


阅读有关它的详细信息 here .
关于 $scope.viewModel(this) :
它看起来像是一个包,一个库:

"ViewModel is a view layer for Meteor. You can think of it as Angular,Knockout, Aurelia, Vue, etc. but without the boilerplate code requiredto make those work."


更多相关信息 here .

关于angular-meteor - $reactive(this).attach($scope) 和 $scope.viewModel(this) 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37831978/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com