Josh Kurz
Josh Kurz
Thats a good question. I have not seen the scheduler yet. I don't see why it would not work with it though. It's probably just some extra configs needed to...
This pr might solve this issue. https://github.com/angular-ui/ui-calendar/pull/104
yeah something is still wrong here. Looked into it for a bit, but could not figure it out immediately. Thanks for reporting this @gigmaps, will try to figure it out....
@gigmaps I think this solves the issue, we just need a PR https://github.com/angular-ui/ui-calendar/issues/167
yep just ran into this as well. Above solution is a good workaround.
Thanks @seans3 it looks like we could possibly leverage that code to allow for `customHeaders`. Do you think it would make sense to combine the functionality of `ParseCommandHeaders` and rename...
Thanks @liziwl that is good to note. So if other clients can do this, should `kubectl` be able too as well? Are there any concerns of doing this? What are...
@brianpursley TY for the triage and comments. Overall the goal is to add a zero trust proxy in front of the k8s API that requires a custom header to accept...
At first I was trying to attach the text to the model via some scope variable. But I figured all I needed was the text after it has been rendered...
http://jsfiddle.net/ZguhP/30/ This is almost it. The Editor is rendered with Angular, however the model is still not connected to the wysiHtml5 editor.