Andrew Boni

Results 6 issues of Andrew Boni

Is there a way to append this to the body of the page? This is useful for situations where the multiselect list is inside of a container or other element...

This PR implements `.collectWithParameters()` and `.collectAllParameters()`

- Prevents ng-repeat dupes error - Improve ng-repeat performance

Hi, I'm wondering if anyone's used `angular-tree-control` with angular-ui's `ui-scroll` library (which destroys/creates DOM elements as they exit and enter the viewport)? https://github.com/angular-ui/ui-scroll I have trees that can have thousands...

I'm using requirejs, as as such, all JS gets concatenated into a single file. I'm setting `workerPath` to the correct folder containing Ace, but `theme` and `mode` don't seem to...

Hi, it seems that the CKEditor model isn't getting updated after doing: ``` javascript element.data('cke-saved-src', imageUrl); element.setAttribute('src', imageUrl); ``` The CKEditor content renders correctly, but the model never detects a...