You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gets rendered into social plugins even if angular-easyfb doesn't handle it.
One way to resolve the issue is canceling the "seamless" integration, by changing the directive restrict to 'EA' and prefix the directive name with ez maybe.
The original "seamless" idea comes from that XFBML.parse requires social-plugins's class name specified to get parsed, which means you have to add class="fb-like" on it. But as the implement goes on, I figured out some hacky way to deal with it, so it's no longer a limitation anymore.
Any particular reason why is possible to use the directive via class? I see in the source that it is either element or class.
My concern is that there is significant number of class names that the directive reserves and could easily collide unintentionally.
The text was updated successfully, but these errors were encountered: