1. 可以在scope中直接使用

// 监听日期变化
			$scope.$watch('vaFilter.startEffectiveDate', function(newDate, oldDate, scope){
				if (!angular.isUndefined(newDate)) {
					$scope.fromDate = newDate;
				}
			});

  

 

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-07-03
  • 2021-10-17
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2021-06-03
  • 2022-01-02
  • 2021-04-01
  • 2021-12-17
相关资源
相似解决方案