jf0rce
jf0rce
I'm experiencing this same issue, including the one cross-referenced. Here's the output of when I execute `/Users/jforsythe/.cache/omnisharp-vim/omnisharp-roslyn/run -l debug` ``` {"Event":"log","Body":{"LogLevel":"DEBUG","Name":"OmniSharp.CompositionHostBuilder","Message":"Loaded OmniSharp.Cake, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null"},"Seq":1,"Type":"event"} {"Event":"log","Body":{"LogLevel":"DEBUG","Name":"OmniSharp.CompositionHostBuilder","Message":"Loaded OmniSharp.DotNetTest, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null"},"Seq":2,"Type":"event"}...
Sorry, I should have also posted the contents of my logs from omnisharp-vim, which does include reference to the `Can't find custom attr constructor image` bit. Snippet follows ``` [info]:...
Sure, not a problem at all. I appreciate the help. The output of that is insane, I'm going to post an abbreviated version here and I'll try to explain where...
For anyone who is running into this issue, I was able to get around this by effectively changing [this line](https://github.com/zurb/foundation-apps/blob/master/js/angular/components/tabs/tabs.js#L204) from `element.append(tabContent);` to `element.append($compile(tabContent)(scope));`