zamb3zi
zamb3zi
This used to work (see #11) but now we're getting the 'empty' menu when returning `[]` or `undefined`. I've had to work around this by modifying around lines 610 to...
This still doesn't work if there are one or more `$$treeLevel === -1` rows at the start of the list. In `createTree` this causes the initial `currentLevel` of `-1` to...
I'm also seeing this in 4.27.1 and 4.28.3.
Thanks for this @johntcarroll. I found that the `-9` isn't necessary and causes the final width to be off by 9 as you can see by moving the second table...
I've also encountered this and have yet another utility for inserting soft-break characters into long words so they can wrap onto new lines. Soft breaks are not visible but allow...
This bug is still causing issues. The modern solution is to simply replace all calls to `$apply` with `$applyAsync` (introduced in Angular 1.2). I'm deploying my own corrected version of...