例如,要观看变量foo只更改一次:
var unregister = $scope.$watch('foo',function () { // Do something interesting here ... unregister(); });
希望有帮助:-)