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.
用户可以使用模式窗口更新 nggrid 中多行的值。用户确认更新并关闭模态窗口后,网格不会刷新。离开页面并返回表明更新已生效,但我希望它立即生效,而不必使用 location.reload()。有任何想法吗?
如果你的模态是一个指令,我猜(没有看到代码)你需要一个 $scope.$apply 在指令中......