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 was 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.myBoolto the attributeshow-spinnersonly 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 myBooland 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