I've got a fairly basic AngularJS app that has a couple of partial views - a search form and a results table. I'm now trying to add a jQuery UI slider to part of my results view, but I've realised that the jQuery code will only affect elements in my main index.html, and not the partial views. How can I target elements inside a partial view with jQuery?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
If you haven't used jQuery UI for everything else, there seems to be a slider code on plunker: http://plnkr.co/gqLh8PreNMBcAeXeRZF7 I got there from https://github.com/angular-ui/angular-ui/issues/252 |
|||||
|