Chad Gatesman
Chad Gatesman
Oh well... 😆
You need to allow the boolean set to `false` to be digested. The example given is not quite accurate. Try something more like this: ```javascript $scope.number = [{label: 1}, {label:...
I found that I needed to set the properties as @lahdo mentioned: ```html ui-ace="{ ... workerPath: '/.../ace-builds/src-min-noconflict', modePath: '/.../ace-builds/src-min-noconflict', themePath: '/.../ace-builds/src-min-noconflict', basePath: '/.../ace-builds/src-min-noconflict' }" ``` But the ui-ace `setOptions()` function...
I feel there is still a problem, here. I think a lot of times people may use an anchor as an item would be to have `target="_blank"` to open in...
It's apparently, not. My screenshot of that warning was from me simulating a click on an `` with jQuery's `click()`.
From what I've read, popup blockers will typically only allow if used _during_ the processing of a user event (like a click). However, I believe the contextMenu is taking any...
> I advise to try out this release candidate v1.4.4 and see if it improves your experience: Nice work! Thanks! 👍
I was going to create a similar issue, so I'll just comment, here, instead. I ran into what I think you're describing here when using `display_selected_options="false"` along with `create-option`. If...
I agree, @BMK91. I'm seeing both issues, as well.