13 questions
0
votes
1
answer
312
views
How to implement normal Bootstrap to Angular application?
I also want to know that sometimes the navbar class, collapse class and dropdown, toggle button are not supported in the angular application even when we install the bootstrap with scripts.
What I ...
0
votes
1
answer
5k
views
How to use bootstrap toggle buttons in angular application for on and off
I want to use the bootstrap toggle buttons(switch buttons) in angular.(The components has to come dynamically from the backend ).
I have tried but toggling the switches is not working properly.
....
0
votes
1
answer
67
views
bootstrap 4 toggle is not working during convert bootstrap theme to angular 9 project?
i am converting bootstrap them to angular 9 project i have properly set all js and css in the angular.json file but toggle not working.check my below attached angular.json and index.html file?
"...
2
votes
1
answer
5k
views
How do you setup angular-bootstrap-toggle on an Angular 9 app?
I'm learning Angular 9 and have gone through the Tour of Heroes app and tutorial. I've used this tutorial as a base to add new features such as CRUD operations on a remote resource and I have added @...
0
votes
1
answer
373
views
Bootstrap toggle checkbox doesn't work in Bootstrap carousel
I have problems using bootstrap toggle checkboxes and with editing checkboxes in a carousel.
I need a carousel with indicators. In this carousel there is a table with workflows that have to be ...
0
votes
1
answer
436
views
jQuery selector won't work with Datatables
hey guys i have a problem with Datatable plugin
the problem is that i can't select the checkbox in the action column to convert it into bootstrap-toggle
it was working before but when i use the ...
0
votes
1
answer
238
views
Can't change the bootstrap-toggle state with jquery
I encountered an issue trying to check some bootstrap (4) toggles;
I've a table with 6 columns and about 40 lines.
I would like, when a button is pressed, to toggle "on" all the line associated.
...
0
votes
3
answers
1k
views
Toggle and Modals are not working on Angular app
I am new to Angular and having some issues with getting Bootstrap toggle and Modal to work. BootStrap CSS files are working because the form is picking up the styling; however, I reckon JS files are ...
0
votes
0
answers
57
views
Bootstrap Toogle fail after ajax request
I am using Ajax and Bootstrap toogle and try when I click on a row into my index.php to load option.php using Ajax. First time, Bootstrap toogle seem to running and switching perfect but when I click ...
0
votes
1
answer
3k
views
Bootstrap Toggle Not working on disabled-enabled with limited elements
I am using Bootstrap Toggle Library with Bootstrap4 but I have problems when I try to control that user only switch 'ON' a limited number of elements. Here is my HTML code:
<div style="border:...
2
votes
0
answers
340
views
How to use angular-bootstrap-toggle with ui.grid
I'm trying to use http://ziscloud.github.io/angular-bootstrap-toggle/ with http://ui-grid.info/ .
I'm adding the column as :
{
name: 'Status',
field: 'active',
width: 350,
...
1
vote
1
answer
1k
views
Toggle Switch State Based on JSON data
I am still a noobie to angular dev, I had a couple of proposed solutions to my problem, but didn't realize how to implement them.
I am using [Angular Bootstrap Toggle] Switch in my angular expression ...
0
votes
1
answer
2k
views
How to disable angular-bootstrap-toggle
I am using angular-bootstrap-toggle https://github.com/ziscloud/angular-bootstrap-toggle#demo
I am trying to find a way to put it in to a disable state.