我如何在下面的代码中传递 groupId
<select ng-options="group.id as group.name for group in groups"
ng-model="groupId" ng-controller="redirectCtrl"
ng-change="go('group/list/{{groupId}}')">
我如何在下面的代码中传递 groupId
<select ng-options="group.id as group.name for group in groups"
ng-model="groupId" ng-controller="redirectCtrl"
ng-change="go('group/list/{{groupId}}')">