Tamás Bitai
Tamás Bitai
In order to solve this problem, I wrote `FallbackCallableFilter`: ```python class FallbackCallableFilter(CallableFilter): def get_spec(self, config): spec = super(CallableFilter, self).get_spec(config) try: spec.filter_callable = self._get_filter_method_for_lookup(spec.lookup) except AttributeError: pass return spec ``` Perhaps...
> Originally I did not realize this, but it appears a work around is setting the targetEvent when opening a dialog via the $mdDialog service. Not sure why/how this is...
So do I understand correctly that theme inheritance works like theme is inherited from the element which corresponds to the `DOMClickEvent` passed as `targetEvent`? Anyway, information about dialogs' theme inheritance...
The workaround I used is to wrap my info strings in a `` element, leveraging the new HTML support.