I want to use Embedly Cards in my web app. It uses Bootstrap and AngularJS. But integrating the cards using the platform.js tool described here doesn't work properly.
The card doesn't get rendered because at the time the integration kicks in the link bound via angular didn't happen yet.
Are there any hints or tutorials out there that demonstrate how to do that?
Thanks in advance!