All Questions
100 questions
0
votes
1
answer
91
views
uibPopover not showing after promise resolves on first click
Relevant info:
writing in angular 1.5.8.
bootstrap-ui 1.1.2.
uibPopover is used to display my popover.
I have an issue with trying to show a popver that relies on data from a promise
relevant ...
0
votes
0
answers
81
views
How to rebind the other ui select
I'm using angular ui-select. I had two ui-selects, the first ui-select's selection will returns a lists of items that parse into second ui-select. Currently, my first ui-select is selected and the ...
0
votes
1
answer
462
views
Angular ui bootstrap - Not able to inject resolve function
I have a button on click of that i have to open a popup. This is my configuration for opening modal :
var uibModalInstance = $uibModal.open({
animation: true,
...
0
votes
1
answer
425
views
UI-TAB SET == Active tab on button click
I am working on a front end developement. I have tabs and these tabs are developed using "UI=TABSET"
So My question is , Lets assume i have 2 tabs.. tab1 and tab2. Firstly am on tab1..under tab there ...
0
votes
0
answers
651
views
full calendar(angular-ui event change background when event limit=true
I don't know how to do the event background-color change when i have limit event (example: i want to draw the event with background color, i don't want text "+2 more") ;
class fc-more is the div with ...
0
votes
1
answer
91
views
ui datepicker not working with minimum date
I'm using angularjs and I am having a datepicker like this:
<div ng-controller="MyController as vm">
<div class="small-8 columns right-align">
<input id="dateFrom"
...
6
votes
1
answer
674
views
How to not allow copy pasted values in ui-select in AngularJS
I have a dropdown list and a ui-select. on the basis of dropdown value ui-select values are binding. but if i am directly pasting that specific values into ui-select it is showing as selected.
how can ...
4
votes
3
answers
14k
views
angularjs ui-select-choices dropdown aphabetical order depending on the input given
I'm using https://github.com/angular-ui/ui-select for the website I'm working on. Currently the code is as follows:
<ui-select ng-model="model.states">
<ui-select-...
0
votes
1
answer
4k
views
Angularjs organizational chart directive
Is there any Angularjs Organizational chart directive for wesnolte/jOrgChart or similar chart?
2
votes
1
answer
4k
views
Time range slider for AngularJS
I have a time range slider implemented using Jquery and JqueryUI.
$("#slider-range").slider({
range: true,
min: 0,
max: 1440,
step: 15,
values: [600, 720],
slide: function (e, ui) {
var hours1 = ...
0
votes
2
answers
2k
views
ui-select with single select (limit attribute is not working)
Here is my code. I used angular UI-select. It is working great. But now, the requirement changed for the dropdown to be selected only once. I used limit attribute, but its not working.
<span id="...
1
vote
1
answer
440
views
How to change Angular-UI element property with Jquery
I'm trying to have a simple accordion with two buttons at the top: one button that opens every panel and one that collapses them.
I'm trying to use jQuery's prop method to alter the is-open property ...
0
votes
0
answers
446
views
ui.datepicker popup is not opening - Angularjs
I am using angular ui.datepicker directive, but the code given in their website is not working for me, and I am not able to understand the reason. The datepicker popup is not opening when I click on ...
3
votes
1
answer
3k
views
Angular TextEditor with advanced autocomplete
I'm trying to find a good rich text editor directive for Angular, that supports autocomplete as a tree, which means:
I can pass it for example an array of "suggestions" for autocompletion, and each "...
2
votes
3
answers
3k
views
Angular UI-Calendar TypeError: calendar.fullCalendar is not a function
I been trying to use Angular: ui-calendar with meteor, but get this error.
TypeError: calendar.fullCalendar is not a function
at Scope.scope.initCalendar (calendar.js:265)
at Object.fn (...