I am using this code:
我使用的代码是:
$scope.$watch('option.sTest', function (newValue, oldValue) {
if (newValue !== undefined &&
newValue !== null &&
newValue !== oldValue) {
}
});
$scope.$I am using this code:
我使用的代码是:
$scope.$watch('option.sTest', function (newValue, oldValue) {
if (newValue !== undefined &&
newValue !== null &&
newValue !== oldValue) {
}
});
$scope.$