Facundo Donato

Results 38 comments of Facundo Donato

@vahidpaz [DataBindingUtils](http://grails.org/doc/latest/api/org/codehaus/groovy/grails/web/binding/DataBindingUtils.html) is interesting. But, I refuse to do a Domain Obj->JSON and a JSON->Map. What I ended up doing was this: ``` groovy def domainObject = DomainObject.get(id) def newMap...

hi there! why is this still open? 🤔

hi @gabrieldoty! i'm currently having something _like that_. ```typescript public opcionesLookup = async (query: string, initial: string) => { if (initial !== undefined) { return this.service.get(initial); } return this.servicePromise(query); }...

Ok @edcarroll you've got this one. I was trying to use the template outside the element, using it inside the iteration did the trick, nice catch. Maybe add it to...

One idea just crash my mind... what if I wanna reuse templates? this workaround will not fix the underlying issue... What about adding a `let-thingie` in order to pass variables...

Ok then, let's wait for the next release! How can we follow this _feature request_? pst: this issue is still with label _investigating_

I see no example using context in [docs](https://edcarroll.github.io/ng2-semantic-ui/#/modules/popup). Can we add it there too?

are you using latest version of semantic-ui? can you provide an example plunkr? On Fri, Aug 25, 2017 at 5:47 AM, Xavier Hahn wrote: > I've just tried making it...

I did some test in 4.3.5, same issue. Pretty strange. Also did some workaround, `style="display:none;"` in static `tabHeader` and `tabContent` did the trick.

@claudiu909 sorry for the late response, i was out of this world; add a static container and title that is hidden using css; something like this: ``` dummy data here....