Meteor 和 Angular 添加 $mongoObject
Meteor and Angular adding $mongoObject
我正在学习 angular 教程 HERE,但是当我进入第 6 步并尝试使用以下方法添加 $mongoObject
时:
angular.module("socially").controller("PartyDetailsCtrl", ['$scope', '$stateParams', '$meteorObject',
function($scope, $stateParams, $meteorObject) {
$scope.party = $meteorObject(Parties, $stateParams.partyId);
}
]);
我收到以下错误
请尝试运行
meteor update
更新到最新版本。
让我知道它是否有效,
祝你好运
我正在学习 angular 教程 HERE,但是当我进入第 6 步并尝试使用以下方法添加 $mongoObject
时:
angular.module("socially").controller("PartyDetailsCtrl", ['$scope', '$stateParams', '$meteorObject',
function($scope, $stateParams, $meteorObject) {
$scope.party = $meteorObject(Parties, $stateParams.partyId);
}
]);
我收到以下错误
请尝试运行
meteor update
更新到最新版本。
让我知道它是否有效,
祝你好运