You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I in ui.bootstrap's tabset tag using angular-bootstrap-switch, like this: <input bs-switch ng-model="isSelected" type="checkbox" />
But when toggle this switch then watch $scope.isSelected no any change,
I try move the input tag to tabset tag outside then the swtch can working
Is this bug?
The text was updated successfully, but these errors were encountered:
I in ui.bootstrap's tabset tag using angular-bootstrap-switch, like this:
<input bs-switch ng-model="isSelected" type="checkbox" />
But when toggle this switch then watch $scope.isSelected no any change,
I try move the input tag to tabset tag outside then the swtch can working
Is this bug?
The text was updated successfully, but these errors were encountered: