angularJs實(shí)現(xiàn)當(dāng)前視圖刷新該怎么做
1 回答

慕少森
TA貢獻(xiàn)2019條經(jīng)驗 獲得超9個贊
解決方案:
var el=$(this);
$scope.$apply(function () {
$scope.currentChallenge.comments.push({
"user": $scope.currentUser,
"message": el.val()
});
});
- 1 回答
- 0 關(guān)注
- 974 瀏覽
添加回答
舉報
0/150
提交
取消