Skip to main content

All Questions

0 votes
1 answer
420 views

how to load AngularJS code in bootstrap modal using asp.net core mvc

I want to use AngularJS code inside bootstrap modal i am loading the bootstrap modal with Jquery code and after loading the modal i want to use angular JS code to fetch and insert data.The angular ...
shreyas35's user avatar
  • 175
0 votes
1 answer
693 views

Popover doesn't work at first time hover on icon

below is the code used to load pop up on hover it doesn't load on first hover .it work fine on second hover <i id="weaCarrierIcon" class="fas fa-info-circle fa-lg infoIcon weaCarrier-...
Abhinav Goyal's user avatar
0 votes
1 answer
72 views

Use AngularJS Services in javascript library (bootstrap-year-calendar)

I need to use bootstrap-year-calendar in an AngularJS application. https://www.bootstrap-year-calendar.com/ Basically the goal is for an employee to create their vacations and see them in the calendar....
wormwood87's user avatar
0 votes
1 answer
268 views

popover with ng-repeat data not showing after ng-click

I have a button to show a popover with loaded data from the server: <button ng-click="main.getFieldDescriptions()" data-placement="bottom" data-toggle="popover" data-container="body"/> ...
Ramin PK's user avatar
  • 338
2 votes
3 answers
2k views

uncaught error bootstrap requires jquery at bootstrap.min.js

I am getting this error even when all the jquery has been loaded before bootstrap and also have used the version 1.9.1 tried using jquery version 1.9.1 and it still dint solve <script type="...
BKM's user avatar
  • 186
0 votes
1 answer
78 views

How to change the Jquery form submit function into AngularJS function?

I am having a JQuery function that will trigger if I hit the update button on the form. Which is working. I am planning to change it to Angular JS directive. Not sure what to do, I am very very new ...
Tian Qin's user avatar
  • 183
1 vote
1 answer
274 views

How to use multiple root element in angular 1.x

I am a beginner to angular js. I am using angular with my bootstrap website with common header and footer. The below code working good. The problem when I try to add the additional plugin root ...
Saravana's user avatar
  • 3,458
0 votes
1 answer
1k views

How to hide a tooltip when a checkbox becomes enabled

I would like to display a tooltip only when a checkbox is disabled. The checkbox becomes enabled when the correct format is entered into an input text field. I am able to display the tooltip when the ...
hackslash's user avatar
0 votes
1 answer
41 views

Maintaining the first height an element has as the content inside it changes

I currently have an image gallery where there's an image in full size to the left and all the other images from the gallery to the left like so: <div class='col-md-7'> <img src='...
Danyx's user avatar
  • 684
0 votes
0 answers
299 views

AngularJS DateRangePicker CSS not working

I am using the following library: https://github.com/fragaria/angular-daterangepicker These are the script tags I am Using: <script src="bower_components/jquery/jquery.js"></script> <...
darkknight's user avatar
0 votes
0 answers
82 views

Bootstrap carousel shows items sliding out but not sliding in

I'm currently using a bootstrap carousel to display some data. The slide out animation displays correctly, however when a new carousel-item comes in it just appears rather than slide left behind the ...
Danyx's user avatar
  • 684
0 votes
3 answers
68 views

Using ng-pattern with angular and bootstrap3

I am new to web development. Now My code is like this -> <form name="loginForm" id="loginform" class="form-horizontal" role="form" novalidate> <div ng-show="errorMessage" ...
ganesh kaspate's user avatar
0 votes
1 answer
392 views

Bootstrap select options are hiding due to size of select element

I have a populated bootstrap select tag, looks like: working perfectly, showing all items to select. BUT when I decrease the height of select using css, it displays like this: The options are ...
Sikandar Sahab's user avatar
3 votes
0 answers
2k views

chosen select option[chosen-drop] cut off on bootstrap table-responsive

I have problem with chosen select within ng-repeat within bootstrap table, in chosen-drop option went inside table-responsive below image I can achieve this by change CSS .table-responsive{ ...
Kalaiselvan's user avatar
  • 2,134
0 votes
3 answers
2k views

Html value attribute having multiple values

I am new to angular js. Now I have an input where I have implemented a token field. Now, the value attribute of the input box has values in an array. Now I don't know how we can use that array in the ...
ganesh kaspate's user avatar

15 30 50 per page
1
2 3 4 5
48