angularJs实现当前视图刷新该怎么做
1 回答
慕少森
TA贡献2019条经验 获得超9个赞
解决方案:
var el=$(this);
$scope.$apply(function () {
$scope.currentChallenge.comments.push({
"user": $scope.currentUser,
"message": el.val()
});
});
- 1 回答
- 0 关注
- 945 浏览
添加回答
举报
0/150
提交
取消