Tagged Questions
0
votes
1answer
805 views
Drag and Drop with Angular JS and JQuery
Couple of days ago I found this interesting post at http://www.smartjava.org/content/drag-and-drop-angularjs-using-jquery-ui and applied it into my website. However when I progressively using it ...
0
votes
1answer
98 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, ...
0
votes
0answers
84 views
Unable to drag and drop with angular js
I am newbie to angularjs. currently I am working with a project for drag and drop but with pure jquery ui I am able to drag and drop but whenever I am going to include this with angularjs then I am ...
0
votes
0answers
447 views
Issue with updating the jQuery UI Slider from Angular directive
I'm trying to get a custom slider up and running using the directives concept.
I have an issue when updating the slider from the input field.
The directive part below and a working example on ...
0
votes
0answers
170 views
Angular directive which fires a jquery ui widget when finished rendering
I'm trying to create an angular directive which fires a jquery ui widget when the template has finished rendering. The template is in a separate html file, the data for this template is put on the ...