Answer the question
In order to leave comments, you need to log in
Bootstrap buttons not working under angular. how to cure?
while the layout was without angular everything worked fine. added angular and they stop working periodically. The buttons are showing but not responding. ctrl-F5 helps. firefox shows that click handlers are not bound to them when they are not working. the buttons are also duplicated on the sidebar
<div data-target="financing" data-slide-to="0" class="active"
ng-show="project.proj.investments_found_sum">Инвестиции</div>
<div data-target="financing" data-slide-to="1" ng-show="project.proj.loan_found_sum"
ng-class="{'active':!project.proj.investments_found_sum}">Займы</div>
Answer the question
In order to leave comments, you need to log in
Judging by the data attributes, you are using a regular bootstrap.
Angular needs a special https://angular-ui.github.io/bootstrap/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question