标签: angularjs twitter-bootstrap angular-ui angular-ui-bootstrap
我正在尝试动态更改{{type}},但它没有发生。它有选项,如信息,成功,警告和危险。我希望它随着profile_percent的增加而改变。
profile_percent增加但颜色保持不变:(
你认为我哪里出错?
<progressbar class="progress-striped" value="user.profile_percent" type="{{type}}">{{user.profile_percent}}%</progressbar>
文档:https://angular-ui.github.io/bootstrap/#/progressbar