Skip to main content

All 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 ...
TopBanana9000's user avatar
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 ...
Abel's user avatar
  • 1,604
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, ...
Naveen's user avatar
  • 791
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 ...
JOESHRA's user avatar
  • 41
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 ...
Beny Peña's user avatar
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" ...
MrProgram's user avatar
  • 5,242
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 ...
shubham bahuguna's user avatar
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-...
Swap's user avatar
  • 199
0 votes
1 answer
4k views

Angularjs organizational chart directive

Is there any Angularjs Organizational chart directive for wesnolte/jOrgChart or similar chart?
smart987's user avatar
  • 832
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 = ...
Simon 's user avatar
  • 71
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="...
tv3free's user avatar
  • 183
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 ...
LCIII's user avatar
  • 3,746
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 ...
sajalsuraj's user avatar
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 "...
Amr M. AbdulRahman's user avatar
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 (...
Boney Collins's user avatar

15 30 50 per page
1
2 3 4 5
7