Hi, I'm working on angularjs in a project that has included TWINESOCIAL in which I show social networks, this I have it in a section in the view:
<div class="">
<script id="twine-script" src="//apps.twinesocial.com/embed?app=prontoweb&showNav=yes&autoload=no"></script>
</div>
and to get to it from another view I use:
$location.path('/Bienvenido');
$location.hash('feed');
this is assigned to the view controller with ng-click
the issue is that it loads very fast and does not allow loading javascript
and throws me this error:
I researched and found in the library of angularjs $timeout
but I do not know if it will help me, what do you recommend? Greetings.