`
starxf
  • 浏览: 17373 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

angularjs watchGroup

阅读更多


angularjs 1.3 中加入了 watchGroup,更方便做 select 联动

var watchGroup = $scope.$watchGroup(['terminalCity', 'terminal'], function(newValues, oldValues, scope) {

  // newValues[0] -> $scope.terminalCity
  // and
  // newValues[1] -> $scope.terminal
});
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics