All Questions
128 questions
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", "...
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 ...
0
votes
0
answers
220
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 ...
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
1
answer
67
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 ...
-1
votes
1
answer
55
views
Broadcast to directive from modal
I am using angularjs directive which contains some methods with ajax call in broadcasting event.
I am passing data as parameter to directive from different controllers ,some data I am passing from ...
0
votes
1
answer
1k
views
uib-dropdown position the list on top of button
I want to set the position of the uib-dropdown list on top of the button if there is not enough space in the window to show the list at the bottom of the button.
Plunker Link
0
votes
1
answer
59
views
How can I get the user inputs in angularjs and pass it from one modal to another? How controllers are connected in javascript?
I am new to Javascript and Angular....and I am trying to change a code so that when the user click on a button, it shows a form to user to enter her/his name, then if they press submit button Smilar ...
0
votes
1
answer
1k
views
Angular JS, UI-Bootstrap Failed to load template
I am trying to use UI bootstrap modal for my project. But I am having problem while loading the template. I saw many posts saying that I have to include the right script file called ui-bootstrap-tpls....
0
votes
1
answer
1k
views
AngularJS : ng-bind-html inside a uib-tooltip-html
I have to show a tooltip in my UI. I am using angularjs in UI side.
Please see the code below.
<i class="fa fa-info-circle f18 darkgray hover pointer" uib-tooltip-html="'<div class=fw-600>...
2
votes
2
answers
2k
views
jQuery UI Datepicker is not working in Angular JS UI Bootstrap modal
I am not able to open jQuery UI Date Picker in UI Bootstrap Model. Normal HTML date picker is opening up but jQuery Date Picker is not opening up. Here is the code:-
Test.html
<!DOCTYPE html>
&...