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.
On the demo site http://angular-ui.github.io/bootstrap/#/progressbar , the progress bar shows always a value of 0 in IE10. Changing to IE9 browser mode using the developer tools brings back the normal progress bar functionality.
Since I don't think that I have any special settings in my IE, I suppose this is a general issue. I can't be sure, however.
Closesangular-ui#535. Problem with IE10.
BREAKING CHANGE: The 'value' is replaced by 'percent'.
Before:
<progress value="..."></progress>
After:
<progress percent="..."></progress>
On the demo site http://angular-ui.github.io/bootstrap/#/progressbar , the progress bar shows always a value of 0 in IE10. Changing to IE9 browser mode using the developer tools brings back the normal progress bar functionality.
Since I don't think that I have any special settings in my IE, I suppose this is a general issue. I can't be sure, however.
See also http://stackoverflow.com/q/17184637/219187
The text was updated successfully, but these errors were encountered: