Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些要在 AngularJS 范围之外检索的数据。我想使用这些数据来更新 Angular 中的模型,以便它也反映在视图中,然后像 Angular 应该如何工作一样工作。我如何推送这些数据?
查看Scope.$apply()。从该页面:
$apply()用于从 Angular 框架外部执行 Angular 表达式。