Tagged Questions
0
votes
1answer
36 views
jQuery date picker not working with ng-grid cell
I am having an issue with integrating jQuery's date picker with the AngularJS ng-grid extension; more specifically the jQuery date picker is not able to push data back to the ng-grid and instead ...
-1
votes
0answers
89 views
Angular-UI datepicker won't close after date selection in IE 10 [closed]
It can be seen in their own demo while running IE 10: http://angular-ui.github.io/#directives-date
Note that it uses jQuery UI's datapicker, so I'm including the jQuery-UI tag.
0
votes
0answers
51 views
Adding a Angular-UI ui-date component causes calendar to be shown at bottom of page
It otherwise works as it's supposed to, but renders the calendar widget at the bottom of the page until its shown from the element that it's attached to, then it disappears. Why is this happening? ...
1
vote
1answer
67 views
AngularJs + JqueryUI slider initial values
this is my first post here, so I hope it will be comprehensive.
I'm using AngularJs and I've added a JqueryUI slider using an angular directive.
I've found a lot of examples on how to do that, but ...
0
votes
0answers
86 views
Angularjs and JQueryUI selectable: programmatically updating checkboxes
Fiddle: http://jsfiddle.net/Rolus/CSKCb/44/
Basic situation: I have an array of item objects that are being displayed in a table via ng-repeat. Each item can be selected via a checkbox which is bound ...
0
votes
1answer
112 views
Angular-UI One day is subtracted from date in ui-date
The situation
I want to use ui-date to set/edit a date in my app. I use the latest stable versions of angular, angular-ui, jquery-ui etc.
The problem
As soon as a date is selected using the ...
1
vote
2answers
78 views
$scope.slider - not updated
I have a jquery-ui slider which updates a textbox with the slider's value.
the textbox has ng-model so I can get the value from the controller - but the value is not updated after the slider is moved ...
0
votes
1answer
106 views
Is there a conflict between jQuery UI “autocompleteselect” event and AngularJs event?
I would like to know if there is a known conflict between jQuery UI "autocompleteselect" event and some AngularJS event?
Here is my case :
I have a table and an autocomplete input
<label ...
0
votes
1answer
140 views
How to update selected itmes of jQueryUI Selectable with AngularJS?
I would like to use the jQueryUI Selectable widget together with AngularJS. I managed to include it using the ui-jq jQuery Passthrough directive from AngularUI which is working well to get the desired ...
0
votes
0answers
83 views
2-way binding between a multi-level object and an HTML tree representation
I am making an app component to manage multi-level navigation menu. I am creating an HTML tree from an object in the controller, and using jQuery UI to rearrange it (angular UI implementation of ...
0
votes
3answers
226 views
jQuery UI passthrough official example: ui is not defined
I copied the jQuery passthrough example from here http://angular-ui.github.com to this fiddle http://jsfiddle.net/ilyaD/Xe48t/3/ and it is not working. I am getting ui is not defined
this is the JS:
...
1
vote
3answers
253 views
Using Multiple Datepicker in Angular directive
I have used multiple datepicker in angular directive and it gives me an error
Uncaught Missing instance data for this datepicker because if I removed one li then It doesn't set id in directive.
...
0
votes
1answer
314 views
angularjs and value of jqueryui datepicker input box
I have a datapicker of jqueryUI:
<div class="span4">
<label>Start Date; </label>
<input type="text" name="sDate" id="datepicker1" ng-model="item.date.sDate" class="ng-pristine ...
0
votes
1answer
69 views
using selectmenu plugin with angular
I was playing with using the selectmenu plugin with angular. It is a little trickier than the run of the mill plugins, wrapping it up as a directive does not quiet cut it because of the nested tags, ...
1
vote
2answers
231 views
Disable jQuery Button with AngularJS and Form Validation
I would like to disable my jQuery button based on form validation. According to the docs this is fairly easy with regular buttons using syntax such as:
<button ng-click="save(user)" ...
2
votes
2answers
378 views
Angular sortable orderby object property
I have a repeater ordered by a property of the objects in the repeater.
<div id='#TodoList' >
<div ng-repeat="todo in todos | filter:left | orderBy:'priority'">
{{ todo.text ...
0
votes
3answers
537 views
Why jQuery UI Sortable connected lists doesn't work with Angular UI?
I'm trying to use Angular UI and jQuery UI Sortable to mimic the Connected Lists behavior.
But, the behavior is quite flaky: http://jsfiddle.net/hKYWr/227/
Any ideas?
HTML:
<div ...
0
votes
1answer
128 views
using jQuery UI buttonset in angularjs
Problem statement: show a JQ buttonset for each element in a controller scope array.
So something like this would be logical:
<div ng-repeat='a in algos' mybuttonset>
<input name='X' ...
0
votes
2answers
708 views
Accessing DOM element siblings using angular js
I have a link function in an directive where i have a toggle functionality to edit the currently active DOM element's css content . How do i access the parent or child class of that DOM element .
A ...
0
votes
2answers
135 views
Jquery not loading in jsFiddle
I am trying to use jQuery-ui's drag and drop with angular js for a list of accordions ...
However my drag and drop doesn work in jsFiddle ( works in local server) as firebug states that : ...
2
votes
0answers
720 views
Drag and Drop using angular JS malfunctioning
I am working on a task assignment board and i have a problem on shifting existing tabs (accordion) between certain div's ... The scope variables list is getting updated properly and the code works ...
0
votes
1answer
222 views
angularjs directive with jquey UI - template and element
I'm trying to create an angularJS directive of auto-complete text input using jQuery UI autoComplete plugin.
This my angular code:
<script type="text/javascript">
...
2
votes
1answer
417 views
Why <div> wrapping necessary in my AngularJS directive for Jquery UI autocomplete widget?
Recently I tried to write a AngularJS directive to use with Jquery UI autocomplete widget.
The directive is used this way:
<input type="text" auto-comp ng-model="lan" />
It is supposed to ...
0
votes
2answers
402 views
AngularJS Dynamic sum of list
I am using angularJS ontop of my application.
I have a basic example of a controller:
function OrderListCtrl($scope, $http) {
...
1
vote
2answers
415 views
jQuery UI toggleClass animation not working in Angularjs
For some reason the duration works, but not the animation. Also wasn't able to get the Angular-ui ui-animate to work either.
Just doing a simple call for testing first;
...
0
votes
1answer
215 views
AngularJS sortable in multiple columns
I'm trying to find the best way to do something like JQuery sortable in Angular JS.
I know there is sortbale directive in angular-ui, but what I need is to be able to drag and drop items in multiple ...
1
vote
1answer
232 views
AngularJs + JQueryUI waiting for response
I am trying to make some useful directives with jQueryUI widgets for my AngularJS base application.
One of them works on "select" element and am ok with directives but only thing do not understand ...
7
votes
1answer
1k views
What is the best practice for opening a jquery dialog from angular?
Heres the html:
<div ng-controller="MyCtrl">
<a ng-click="open()">Open Dialog</a>
<div id="modal-to-open" title="My Title" ui-jq="dialog" ui-options="{width: 350, ...
2
votes
1answer
2k views
Problems with jQuery autocomplete + AngularJS
i'm using AjgularJS on my page and want to add a field to use autocomplete from jqueryui and the autocomplete does not fires the ajax call.
i've tested the script on a page without angular (ng-app ...
0
votes
1answer
350 views
Select2 using AngularUI
I am using select2 dropdown with angularUI. Its not working properly if I include jquery-ui.css file. The result div is not showing right below to select control.If I remove jquery-ui.css its working ...