All Questions
Tagged with angular-ui-bootstrap jquery
167 questions
0
votes
0
answers
123
views
$(...).selectpicker is not a function angular
I'm trying to use bootstrap select on the angular project. And seems that some components, that are working with this kind of function are not working at all.
My package.json:
`
"dependencies&...
0
votes
0
answers
239
views
AngularJS splitter example
I am really new to AngularJS. I am trying to change the layout of an existing application. The layout I am trying to achieve is this.
I have found this example
Sample layout from online research
...
0
votes
1
answer
51
views
Bootstrap Slider : Issue during fetching selected value
My code:
<input id="ex19" type="text"
data-provide="slider"
data-slider-ticks="[1, 2, 3, 4]"
data-slider-ticks-labels='["Chart 1", "Chart 2", "...
-2
votes
1
answer
72
views
Error installing bootstrap and jquery in angular 6
I am new to angular and i tried to install bootstrap and jquery. I was about to add them on the styles in angular.json when i noticed they were missing. The computer says it successfully installed ...
1
vote
2
answers
1k
views
How to show multiple input values in different text fields using javascript
I have multiple input fields as radio buttons where the user can select a button and then the radio buttons disappear and the selected value will be shown in a new div
I am successfully getting ...
0
votes
3
answers
5k
views
Data range picker to select start and end dates
I am looking for a date range picker in which first click is to select a start date, the calendar is then refreshed and second click is to select an end date. All date ranger picker i am finding has ...
0
votes
1
answer
714
views
How to check and un-check all rows in current page using uib pagination?
I'm using angularjs and binding data to table and adding pagination to table using uib pagination, in a table i'm adding checkbox to check and uncheck rows, here what i need is when i click check all ...
1
vote
1
answer
272
views
Bootstrap tabcollapse not working for jquery call on small screens
Below I added that bootstrap-tabcollapse plugin. In the big screen it seems to work well, however in the small screen it doesn't show anything, even I resize it appear. I used the bootstrap plugin....
0
votes
0
answers
221
views
How to pass a object to a popover fullcalendar
I have a calendar view and when i hover on a event, i want a pop up which should have all details about that event. Now i have tried giving popover inside my eventRender function which works fine, but ...
0
votes
1
answer
3k
views
Taking screenshots and display in new popup / tab in Angular 1.6
I am new to Angular I wanted to achieve below scenario.
When I click a button I need to take a screenshot (in jpeg format or any other image format) of the page and display the screenshot in new tab/...
0
votes
1
answer
331
views
Api angular for calendar events
I would like to use a full open source calendar API for angularJs 1.5.0.
I integrated Daypilot Pro to my app but it is a trial version. With DayPilot lite miss many feature like OnEventClicked.
Is ...
1
vote
1
answer
1k
views
AfterViewInit is called too early?
I am developing an angular website with Angular 5.2.1. I created a component I use multiple times in one view. To access it create a unique Id for the component in the constructor of this component.
...
0
votes
2
answers
1k
views
How to run code after an Angular modal window ($uibModalInstance) opens?
I need to respond at some events in a modal window.
Take this CodePen as base.
Suppose an (demo) need to alert the label content on click on all the labels in the modal window:
my code in the ...
0
votes
2
answers
233
views
CSS: error at "min-width"
There's an error at @media (min-width: 564px) and the next line:
I am new to this and CSS and I do not understand the error. Can anyone suggest what should be done?
0
votes
1
answer
68
views
Could not active the menu bar using Angular.js
I am facing an issue. I am unable active the right menu bar using Angular.js. I have some menu,sub-menu and sub-sub-menu but as per requirement I am unable to active those. I am explaining my code ...