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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Assigning a variable, like $scope.myBool to the attribute show-spinners only grants the rendering once. It's not updated when the variable changes its value.
Link to minimally-working plunker that reproduces the issue:
Bug description:
Assigning a variable, like
$scope.myBool
to the attributeshow-spinners
only grants the rendering once. It's not updated when the variable changes its value.Link to minimally-working plunker that reproduces the issue:
https://plnkr.co/edit/aOPIv0XuxNT77NEJcaz0?p=preview
Steps to reproduce the issue:
Click on green button
toggle myBool
and you will see thatshow-meridian="myBool"
is working, whileshow-spinners="myBool"
is not.Version of Angular, UIBS, and Bootstrap
Angular: 1.6.1
UIBS: 2.5.0
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered: