参考 https://blog.csdn.net/u010451286/article/details/50635839
scope.$watch("field1 + field2", function() {
$.post("xxx", {}, function(){});
...
});
参考 https://blog.csdn.net/u010451286/article/details/50635839
scope.$watch("field1 + field2", function() {
$.post("xxx", {}, function(){});
...
});