O
O
ozknemoy2016-07-15 16:32:31
Angular
ozknemoy, 2016-07-15 16:32:31

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>

buttons almost at the very bottom test.constart.ru/project/39#section5

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Vasiliev, 2016-07-16
@ozknemoy

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 question

Ask a Question

731 491 924 answers to any question